Hanzo
OpenapiIam

Returns the people in your organization to your identity provider, in the…

Returns the people in your organization to your identity provider, in the standard SCIM shape, so an IdP can reconcile its directory against ours.

GET /v1/iam/scim/v2/Users

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

Returns the people in your organization to your identity provider, in the standard SCIM shape, so an IdP can reconcile its directory against ours. Searchable by username or email address, and paged.

Reading the whole list takes an administrator; an ordinary person is refused.

Request

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

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo iam scim v2 Users list

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page