Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 878 Bytes

UpdateAGroupMemberRequest.md

File metadata and controls

10 lines (7 loc) · 878 Bytes

# UpdateAGroupMemberRequest

Properties

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]

[Back to Model list] [Back to API list] [Back to README]