Files
Zos/Skills/@be/node_modules/@jibo/jibo-server-client/apis/accountadmin-2015-11-11.min.json

97 lines
1.9 KiB
JSON

{
"metadata": {
"apiVersion": "2015-11-11",
"endpointPrefix": "accountadmin",
"jsonVersion": "1.1",
"serviceFullName": "Jibo Account",
"signatureVersion": "v4",
"targetPrefix": "Account_20151111",
"protocol": "json"
},
"operations": {
"ActivateById": {
"input": {
"shape": "S1"
},
"output": {
"type": "structure",
"required": [
"id",
"email"
],
"members": {
"id": {},
"email": {},
"accessKeyId": {
"type": "string"
},
"secretAccessKey": {
"type": "string"
},
"lastName": {
"type": "string"
},
"firstName": {
"type": "string"
},
"gender": {},
"birthday": {
"type": "long"
},
"isActive": {
"type": "boolean"
},
"roles": {
"type": "list",
"member": {
"type": "string"
}
},
"photoUrl": {
"type": "string"
},
"facebookConnected": {
"type": "boolean"
},
"termsAccepted": {
"type": "long"
},
"phoneNumber": {
"type": "string"
},
"messagingAllowed": {
"type": "boolean"
}
}
}
},
"ResetEmail": {
"input": {
"type": "structure",
"required": [
"id",
"email"
],
"members": {
"id": {},
"email": {},
"campaign": {}
}
},
"output": {
"shape": "S1"
}
}
},
"shapes": {
"S1": {
"type": "structure",
"required": [
"id"
],
"members": {
"id": {}
}
}
}
}