Hanzo
OpenapiIam

Finishes setting up the account of whoever is calling — it creates their…

Finishes setting up the account of whoever is calling — it creates their organization if they have none and puts them in it, so a person who has just…

POST /v1/iam/onboard

Addresshttps://api.hanzo.ai/v1/iam/onboard
MethodPOST
Operationpost_iam_onboard
AuthAuthorization: Bearer $HANZO_API_KEY

Finishes setting up the account of whoever is calling — it creates their organization if they have none and puts them in it, so a person who has just signed up lands somewhere they can work.

It always acts on the caller and never on somebody named in the request, so there is no way to onboard another person's account through it.

Request

The document declares no body for POST /v1/iam/onboard. 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_onboard, 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 onboard

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page