pub async fn get_user_groups(
configuration: &Configuration,
account_id: &str,
username: Option<&str>,
key: Option<&str>,
) -> Result<Vec<GroupName>, Error<GetUserGroupsError>>
Expand description
Returns the groups to which a user belongs. Permissions required: Browse users and groups global permission.