R/groups.R
add_user_group.Rd
Add a new user to a given group
add_user_group(group_id, user_id)
the group id, see list_groups()
list_groups()
the user account id, see list_users()
list_users()
A status code
if (FALSE) add_user_group("GR_1234567890AbCdE", "UR_1234567890AbCdE")