pub async fn retrieve_group_with_id(
configuration: &Configuration,
group_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<GroupResponse, Error<RetrieveGroupWithIdError>>
Expand description
Retrieves the group for the given Id.