R/groups.R
remove_user_group.Rd
Remove a user from a given group
remove_user_group(group_id, user_id)
the id of the group, see list_groups()
list_groups()
the user account id, see list_users()
list_users()
A status code
if (FALSE) remove_user_group("GR_1234567890AbCdE", "UR_1234567890AbCdE")