Update a group member
PATCH
/groups/{groupId}/members/{memberId}
Groups
Use this API to perform either of the following tasks:
Prerequisites:
Scopes:
group:write:admin
Medium
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'http://api.zoom.us/v2/groups//members/' \
--form 'action=""'
响应示例响应示例
204 - 示例 1
null
请求参数
Path 参数
groupId
string
必需
To change a member's primary group, provide the groupId of the member's current primary group as the value of this field.
To remove a member from one group and move the member to another group, provide the groupId of the group from which the member is to be moved.
memberId
string
必需
Body 参数multipart/form-data
action
enum<string>
必需
move
: Simultaneously remove a member from one group and move the member to a different group.set_primary
: Set a primary group for the user.枚举值:
moveset_primary
target_group_id
string
可选
返回响应
修改于 2024-04-24 09:06:48