Hanzo
OpenapiIam

Returns the profile claims for whoever the access token belongs to — the… — POST /v1/iam/oauth/userinfo

Returns the profile claims for whoever the access token belongs to — the standard OpenID Connect way to find out who is calling you without your…

POST /v1/iam/oauth/userinfo

Addresshttps://api.hanzo.ai/v1/iam/oauth/userinfo
MethodPOST
Operationpost_iam_oauth_userinfo
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the profile claims for whoever the access token belongs to — the standard OpenID Connect way to find out who is calling you without your application storing anything itself.

The token must still be live: revoke it and this stops answering.

Request

The document declares no body for POST /v1/iam/oauth/userinfo. 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_oauth_userinfo, 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 oauth userinfo create

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page