pub async fn list_group_users(
configuration: &Configuration,
group_name: &str,
page_size: Option<i64>,
page_token: Option<&str>,
) -> Result<ListGroupUsersResponse, Error<ListGroupUsersError>>Expand description
List users belonging to a group. Note, group membership may take several minutes to update within our identity provider. After adding or removing a user to or from a group, please allow up to 60 minutes for changes to be reflected.