Hanzo
OpenapiIam

Sets up an account on someone's behalf — the same onboarding a person gets…

Sets up an account on someone's behalf — the same onboarding a person gets themselves, driven by one of your own services instead of by them.

POST /v1/iam/admin/provision

Addresshttps://api.hanzo.ai/v1/iam/admin/provision
MethodPOST
Operationpost_iam_admin_provision
AuthAuthorization: Bearer $HANZO_API_KEY

Sets up an account on someone's behalf — the same onboarding a person gets themselves, driven by one of your own services instead of by them.

It authenticates as your service rather than as a person, which is why the person to provision is named in the request. The setup it performs is identical to self-service onboarding; there is one provisioning path, not two that can drift.

Request

The document declares no body for POST /v1/iam/admin/provision. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_iam_admin_provision, which answers from the running route.

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 admin provision

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page