Update the role of an organization member.
Prerequisites
You have obtained the AccessKey of an Alibaba Cloud account or a RAM user, and the identity has been granted the RAM permissions required to call this operation. We recommend that you set the AccessKey as the environment variables ALIBABA_CLOUD_ACCESS_KEY_ID and ALIBABA_CLOUD_ACCESS_KEY_SECRET instead of hard-coding it.
Request description
- HTTP method:POST
-
Request URL
Region
Endpoint
Singapore
POST https://modelstudio.ap-southeast-1.aliyuncs.com/tokenplan/organization/members/update -
Authentication
This operation is an Alibaba Cloud OpenAPI operation that uses AccessKey-based signatures (the
ACS3-HMAC-SHA256algorithm). TheAuthorization: Bearer {API_KEY}scheme is not supported. A request must carry the common headersx-acs-action: UpdateOrganizationMember,x-acs-version: 2026-02-10,x-acs-date,x-acs-content-sha256,x-acs-signature-nonce, andAuthorization. We recommend that you call this operation with an Alibaba Cloud SDK or OpenAPI Explorer so that you do not have to calculate the signature yourself.
Request parameters
All parameters are passed in the query string. Array parameters (AccountIds) use the Flat format: pass each element as ParameterName.N, where N starts from 1. For example, AccountIds.1=acc_123456789 and AccountIds.2=<second value>.
Parameter | Type | Required | Description |
|---|---|---|---|
AccountIds | Array | No | 账号 ID 列表(批量操作) |
NewRoleCode | string | Yes | 新角色 Code(批量操作时所有账号统一变更为此角色) |
Response parameters
Parameter | Type | Description |
|---|---|---|
Success | boolean | Whether the request was successful. |
Code | string | Error code (empty on success). |
Message | string | Error message (empty on success). |
HttpStatusCode | integer | HTTP status code. |
RequestId | string | Unique request ID. |
Request example
This operation uses Alibaba Cloud OpenAPI signatures. In the following example, ${SIGNATURE} must be calculated with the ACS3-HMAC-SHA256 algorithm, and x-acs-date and x-acs-signature-nonce must be replaced with actual values.