pub fn read_user_groups(
configuration: &Configuration,
read_user_groups_request: Option<ReadUserGroupsRequest>,
) -> Result<ReadUserGroupsResponse, Error<ReadUserGroupsError>>Expand description
Lists all the user groups of the account.
The response can be filtered using either the PathPrefix or the UserGroupIds.