Accept Partner Admin Invitation

Accept an invitation using a browser OIDC session whose server-managed verified email address matches the invitation. Password, WebAuthn, OAuth, and API-key sessions cannot accept invitations.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

invite_idstringRequiredformat: "uuid"
The Partner Admin invitation ID

Response

Partner Admin invitation accepted

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
410
Gone Error
422
Unprocessable Entity Error
500
Internal Server Error