Name | Type | Description | Notes |
---|---|---|---|
action | string | The action to perform: * `move` — Remove the group member from one group and move them to a different group. * `set_primary` — Set the user's primary group. | |
target_group_id | string | The target group's ID. To get this value, use the List groups API. * To set a user's primary group, use the designated primary group's `groupId` value. * To move a group member from one group to another, use the `groupId` of the designated group. | [optional] |