tencent cloud

Feedback

UpdateOrganizationMember

Last updated: 2024-11-27 21:25:58

1. API Description

Domain name for API request: organization.intl.tencentcloudapi.com.

This API is used to update organization member information.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: UpdateOrganizationMember.
Version Yes String Common Params. The value used for this API: 2021-03-31.
Region No String Common Params. This parameter is not required for this API.
MemberUin Yes Integer Member UIN.
Name No String Member name, which contains up to 25 characters, including English letters, digits, and symbols +@&._[]-:,.
Remark No String Remarks, which contain up to 40 characters.
PolicyType No String Relationship policy type. When PolicyType is not empty, PermissionIds cannot be empty. Value: Financial.
PermissionIds.N No Array of Integer List of member financial permission IDs. When PermissionIds is not empty, PolicyType cannot be empty.
Valid values: 1: View bills. 2: View balance. 3: Allocate funds. 4: Consolidate bills. 5: Issue invoices. 6: Inherit discounts. 7: Pay on behalf. 8: Analyze costs. 1 and 2 are required by default.
IsAllowQuit No String Whether to allow members to exit an organization. Valid values: Allow: permitted, Denied: not permitted.
PayUin No String Payer UIN, which is required when pay-on-behalf mode is used in member financial permission. The value is the principal administrator UIN of the corresponding member.

3. Output Parameters

Parameter Name Type Description
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Updating Organization Member Information

This example shows you how to update organization member information.

Input Example

POST / HTTP/1.1
Host: organization.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: UpdateOrganizationMember
<Common request parameters>

{
    "Remark": "remark",
    "MemberUin": 111111111111,
    "Name": "name"
}

Output Example

{
    "Response": {
        "RequestId": "3a1f4733-a2ff-406d-9ff6-44c1d2d3f33a"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
FailedOperation.AuthInfoEmpty The user has not completed identity verification.
FailedOperation.AuthInfoNotSame Enterprise real name mismatch.
FailedOperation.AuthNotEnterprise The user has not completed enterprise identity verification.
FailedOperation.ChangePermissionRecordExist Member permission change record exists.
FailedOperation.CreateBillingPermissionErr Failed to create the billing permission
FailedOperation.MemberNameUsed The name is already in use.
FailedOperation.OperateBillingPermissionErr An error occurred while manipulating the billing member permission.
FailedOperation.OrganizationMemberNameUsed The member name already exists.
FailedOperation.OrganizationPermissionIllegal The organization permission is invalid.
FailedOperation.OrganizationPolicyIllegal The organization policy is invalid.
FailedOperation.PayUinIllegal The payer is invalid.
InvalidParameter.AllowQuitIllegal The member in pay-on-behalf mode is not allowed to exit the organization voluntarily.
ResourceNotFound.MemberNotExist The member does not exist.
ResourceNotFound.OrganizationNotExist The organization does not exist.
UnsupportedOperation The operation is not supported.
UnsupportedOperation.AddDelegatePayerNotAllow No paying relationships can be added.
UnsupportedOperation.AddDiscountInheritNotAllow No offer inheritance relationships can be added.
UnsupportedOperation.DeleteDelegatePayerNotAllow Deleting the payment relationship is not allowed.
UnsupportedOperation.ExistedAgent Payment-on-behalf is not supported for this member or payer as it is a reseller.
UnsupportedOperation.ExistedClient Payment-on-behalf is not supported for this member or payer as it is a reseller’s account.
UnsupportedOperation.InconsistentUserTypes The user type mismatches.
UnsupportedOperation.ManagementSystemError An error occurred while calling the operations management system.
UnsupportedOperation.MemberAccountArrears The member account has an overdue payment.
UnsupportedOperation.MemberDiscountInheritExisted The member has an inherited offer.
UnsupportedOperation.MemberExistAccountLevelDiscountInherit The member has an account-level offer.
UnsupportedOperation.MemberIsAgent The account is an agent or an agent customer.
UnsupportedOperation.MemberNotAllowQuit The member does not support voluntary exit.
UnsupportedOperation.OrderInProgressExisted There is an ongoing order.
UnsupportedOperation.OwnerDiscountInheritExisted The admin has an inherited offer.
UnsupportedOperation.PayerArrearsAndNoCreditAccount The payer has an overdue payment and has no credit account.
UnsupportedOperation.PayerExistAccountLevelDiscountInherit The payer has an account-level offer.