All Products
Search
Document Center

Resource Management:DisassociateMembers

Last Updated:Jan 16, 2025

Unbinds a contact from a resource directory, folder, or member.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
resourcemanager:DisassociateMembersupdate
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ContactIdstringYes

The ID of the contact.

c-qL4HqKONzOM7****
MembersarrayYes

The IDs of objects from which you want to unbind the contact.

stringYes

The ID of the object from which you want to unbind the contact. Valid values:

  • ID of a resource directory
  • ID of a folder
  • ID of a member

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

ParameterTypeDescriptionExample
object

The returned result.

RequestIdstring

The request ID.

95060F1D-6990-4645-8920-A81D1BBFE992
Membersarray<object>

The time when the contact was unbound from the object.

Memberobject
ContactIdstring

The ID of the contact.

c-qL4HqKONzOM7****
MemberIdstring

The ID of the object. Valid values:

  • ID of the resource directory
  • ID of the folder
  • ID of the member
fd-ZDNPiT****
ModifyDatestring

The time when the contact was unbound from the object.

2023-03-27 17:19:21

Examples

Sample success responses

JSONformat

{
  "RequestId": "95060F1D-6990-4645-8920-A81D1BBFE992",
  "Members": [
    {
      "ContactId": "c-qL4HqKONzOM7****",
      "MemberId": "fd-ZDNPiT****",
      "ModifyDate": "2023-03-27 17:19:21"
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameter.ContactIdThe ContactId is invalid.The value of the ContactId parameter is invalid.
400MissingParameter.ContactIdYou must specify ContactId.The ContactId parameter is not configured.
400InvalidParameter.MembersThe Members is invalid.The value of the Members parameter is invalid.
400InvalidParameter.Members.DuplicateThe Members contains duplicate values.Duplicate members are specified.
400InvalidParameter.Members.LengthThe maximum number of Members exceeds the limit.The number of members exceeds the upper limit.
400QuotaExceeded.MembersThe maximum number of Members exceeds the limit.The number of members exceeds the upper limit.
400InvalidMemberThe member does not exist in the resource directory.The specified member does not belong to the resource directory.
400ContactStatusMismatchActionThe status of the contact does not allow the specified operation.The status of the contact does not support the current operation.
404EntityNotExists.ContactThis Contact does not exist.The specified contact does not exist.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-07-25The Error code has changedView Change Details