pub async fn users_groups_retrieve(
configuration: &Configuration,
id: i32,
) -> Result<Group, Error<UsersGroupsRetrieveError>>Expand description
Get a group object.
pub async fn users_groups_retrieve(
configuration: &Configuration,
id: i32,
) -> Result<Group, Error<UsersGroupsRetrieveError>>Get a group object.