Hanzo
OpenapiIam

Tells your identity provider which parts of SCIM this directory supports, so it…

Tells your identity provider which parts of SCIM this directory supports, so it configures itself instead of you filling in a form.

GET /v1/iam/scim/v2/ServiceProviderConfig

Addresshttps://api.hanzo.ai/v1/iam/scim/v2/ServiceProviderConfig
MethodGET
Operationget_iam_scim_v2_serviceproviderconfig
AuthAuthorization: Bearer $HANZO_API_KEY

Tells your identity provider which parts of SCIM this directory supports, so it configures itself instead of you filling in a form.

Filtering and partial updates are supported. Bulk operations, sorting and entity tags are not — an IdP that reads this will not attempt them.

Request

GET /v1/iam/scim/v2/ServiceProviderConfig takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200iam.configok

200 body — 22 fields.

FieldInTypeAlwaysDescription
authenticationSchemesbodyiam.scheme[]
authenticationSchemes[].descriptionbodystring
authenticationSchemes[].namebodystring
authenticationSchemes[].primarybodyboolean
authenticationSchemes[].typebodystring
bulkbodyiam.bulk
bulk.maxOperationsbodyinteger
bulk.maxPayloadSizebodyinteger
bulk.supportedbodyboolean
changePasswordbodyiam.toggle
changePassword.supportedbodyboolean
documentationUribodystring
etagbodyiam.toggle
etag.supportedbodyboolean
filterbodyiam.filter
filter.maxResultsbodyinteger
filter.supportedbodyboolean
patchbodyiam.toggle
patch.supportedbodyboolean
schemasbodystring[]
sortbodyiam.toggle
sort.supportedbodyboolean

Failure carries the platform error shape — see Errors.

Examples

hanzo iam scim v2 ServiceProviderConfig

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page