Remove a user from a given group

remove_user_group(group_id, user_id)

Arguments

group_id

the id of the group, see list_groups()

user_id

the user account id, see list_users()

Value

A status code

Examples

if (FALSE) remove_user_group("GR_1234567890AbCdE", "UR_1234567890AbCdE")