pub async fn organizations_id_sso_post(
configuration: &Configuration,
id: Uuid,
organization_sso_request_model: Option<OrganizationSsoRequestModel>,
) -> Result<OrganizationSsoResponseModel, Error<OrganizationsIdSsoPostError>>
pub async fn organizations_id_sso_post(
configuration: &Configuration,
id: Uuid,
organization_sso_request_model: Option<OrganizationSsoRequestModel>,
) -> Result<OrganizationSsoResponseModel, Error<OrganizationsIdSsoPostError>>