Binds a contact to a resource directory, folder, or member.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ContactId | string | No | The ID of the contact. | c-qL4HqKONzOM7**** |
Members | array | No | The IDs of objects to which you want to bind the contact. | |
string | No | The ID of the object to which you want to bind the contact. Valid values:
Valid values of N: 1 to 5. This indicates that a maximum of five objects can be specified at a time. | fd-ZDNPiT**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "95060F1D-6990-4645-8920-A81D1BBFE992",
"Members": [
{
"ContactId": "c-qL4HqKONzOM7****",
"MemberId": "fd-ZDNPiT****",
"ModifyDate": "2023-03-27 17:19:21"
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidParameter.ContactId | The ContactId is invalid. | The value of the ContactId parameter is invalid. |
400 | MissingParameter.ContactId | You must specify ContactId. | The ContactId parameter is not configured. |
400 | InvalidParameter.Members | The Members is invalid. | The value of the Members parameter is invalid. |
400 | InvalidParameter.Members.Duplicate | The Members contains duplicate values. | Duplicate members are specified. |
400 | LimitExceeded.ContactMembers | The maximum number of contact members exceeds the limit. | The number of members exceeds the upper limit. |
400 | InvalidMember | The member does not exist in the resource directory. | The specified member does not belong to the resource directory. |
400 | ContactStatusMismatchAction | The status of the contact does not allow the specified operation. | The status of the contact does not support the current operation. |
404 | EntityNotExists.Contact | This Contact does not exist. | The specified contact does not exist. |
429 | ConcurrentCallNotSupported | The operation conflicts with other operations. Please try again later. | The operation conflicts with other operations. Try again later. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history