Modify¶
POST /api/v1/workspace/{workspace_uuid}/member/batch_modify
Overview¶
Route Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
workspace_uuid | string | Y | Workspace UUID |
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
accountUUIDs | array | Y | Account List Example: ['uuid1', 'uuid2'] Can be empty: True |
roleUUIDs | array | Y | User Role UUID List Example: None Can be empty: False |
onlyModifyRoles | boolean | Y | Whether to only modify member roles, True modifies only role information Example: True Can be empty: False |
memberGroupUUIDs | array | Team List Example: ['xxx', 'xxx'] Can be empty: True |
|
acntWsNickname | string | Nickname of the account in this space Example: NicknameAAA Can be empty: True $maxCustomLength: 128 |
Additional Parameter Notes¶
Data notes.*
Modify member roles
- Request parameter notes
Parameter Name | type | Description |
---|---|---|
accountUUIDs | list | Member Account UUID |
roleUUIDs | list | Role UUID |
onlyModifyRoles | boolean | Whether to only change role information (true for batch modification, false for individual modification) |
memberGroupUUIDs | list | Team information required when modifying a single member |
acntWsNickname | string | Account nickname in the workspace |
------ |