Hanzo
OpenapiIam

Creates an account from the sign-up form and applies the application's own…

Creates an account from the sign-up form and applies the application's own sign-up rules — whether self-service registration is open at all, and which…

POST /v1/iam/signup

Addresshttps://api.hanzo.ai/v1/iam/signup
MethodPOST
Operationpost_iam_signup
AuthAuthorization: Bearer $HANZO_API_KEY

Creates an account from the sign-up form and applies the application's own sign-up rules — whether self-service registration is open at all, and which fields it requires.

The password is hashed before it is stored and is never returned.

Request

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

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page