Skip to main content

Example

galtea.user_groups.unlink_users(
    user_group_id=user_group_id,
    user_ids=[user_id_1],
)

Parameters

user_group_id
string
required
The ID of the user group.
user_ids
list[string]
required
List of user IDs to remove from the group.