If a user is a member in multiple groups, you can set a primary group for the user. The group member will use the primary group's settings by default. However, if settings are locked in other groups, those settings will continue to be locked for that user. By default, the primary group is the first group that user is added to.
Use this API to perform either of the following tasks:
Simultaneously remove a member from one group and move the member to a different group.
🟢204**HTTP Status Code:** `204` **No Content**<br>
Group member updated.
application/json
Body
🟠400**HTTP Status Code:** `400` **Bad Request**<br>
**Error Code:** `200`<br>
Only available for Paid account, {accountId}.<br><br>
**Error Code:** `300`<br>
The target_group_id can not be empty.<br><br>
**Error Code:** `1010`<br>
Group does not belong t
🟠404**HTTP Status Code:** `404` **Not Found**<br>
**Error Code:** `4130`<br>
A group with this {groupId} does not exist.