DevelopersAPI referenceAuth & accountsInvitations
Revoke an invitation
Full sessions only; org.members.manage.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
iid*string
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/orgs/string/invitations/string"{ "message": "string"}Invite people
Full sessions only; team orgs only; org.members.manage. kind "email" (default) returns {invitations: [...]} one per valid email (each single-use, 14-day TTL, requested role honored). kind "link" returns {invitation: {..., url}} — always role member, unlimited uses.
Preview an invitation (public)
Unauthenticated — renders the accept page before sign-in. Reduced org shape (name, slug, avatar_url only). 410 for exhausted/revoked invites or a deleted org.