Hanzo
OpenapiIam

Lets a person or an application act in an organization. — POST /v1/iam/add-membership

Lets a person or an application act in an organization.

POST /v1/iam/add-membership

Addresshttps://api.hanzo.ai/v1/iam/add-membership
MethodPOST
Operationpost_iam_add-membership
AuthAuthorization: Bearer $HANZO_API_KEY

Lets a person or an application act in an organization. It is the grant behind "add someone to the team", and it is safe to repeat — granting a membership that already exists changes nothing. Granting membership IS the org's authority to give, so it takes the same gate a write to that org's own registry row takes: a SuperAdmin, an admin of the org itself, or an org-admin-capable confidential client. One rule, one place (internal/authz).

Request

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

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page