Function get_user_groups

Source
pub async fn get_user_groups(
    configuration: &Configuration,
    params: GetUserGroupsParams,
) -> Result<Vec<GroupName>, Error<GetUserGroupsError>>
Expand description

Returns the groups to which a user belongs. Permissions required: Browse users and groups global permission.