Hanzo AI
OpenapiIam

List Schemas

Returns the attribute definitions this directory understands, so your identity provider knows which fields it may send and what they mean before it sends…

GET /v1/iam/scim/v2/Schemas

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

Returns the attribute definitions this directory understands, so your identity provider knows which fields it may send and what they mean before it sends any.

Request

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

Response

StatusBodyMeaning
200iam.listResponseok

200 body — 5 fields.

FieldInTypeAlwaysDescription
Resourcesbodyobject[]
itemsPerPagebodyinteger
schemasbodystring[]
startIndexbodyinteger
totalResultsbodyinteger

Failure carries the platform error shape — see Errors.

Examples

hanzo iam scim v2 Schemas list

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page