Queries the information of an invitation.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
HandshakeId | string | Yes | The ID of the invitation. | h-ycm4rp**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE",
"Handshake": {
"Status": "Pending",
"ExpireTime": "2018-08-24T09:55:41Z",
"CreateTime": "2018-08-10T09:55:41Z",
"TargetEntity": "someone@example.com",
"MasterAccountId": "172841235500****",
"HandshakeId": "h-ycm4rp****",
"MasterAccountRealName": "company",
"ResourceDirectoryId": "rd-abcdef****",
"InvitedAccountRealName": "Alice",
"Note": "Welcome\n",
"MasterAccountName": "company@example.com",
"TargetType": "Email",
"ModifyTime": "2018-08-10T09:55:41Z"
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | MissingParameter.HandshakeId | You must specify HandshakeId. | - |
400 | InvalidParameter.HandshakeId | The HandshakeId is invalid. | - |
404 | EntityNotExists.Handshake | The specified handshake does not exist. | - |
409 | HandshakeStatusMismatch | The invitation is invalid. | The invitation is invalid. |
409 | MissingAccountRealName | The name of the invited account is not specified. | The name of the invited account is not specified. |
409 | NoRealNameAuthentication | The account invited has not passed real-name authentication. | The invited account does not pass real-name verification. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history