pub async fn list_user_groups(
    configuration: &Configuration,
    user_id: &str,
    page_size: Option<i64>,
    page_token: Option<&str>
) -> Result<ListGroupsResponse, Error<ListUserGroupsError>>
Expand description

List QCS groups for the requested user