v1

latestOpenAPI 3.1.02026-07-17753796.1 KB
Users

Create invitation token for a new user.

post/api/invitations

Request body

scope'admin' | 'install' | 'update' | 'read'

Response

Data of the newly created invitation token.

idstring required
tokenstring required
scope'admin' | 'install' | 'update' | 'read' required

Permission scope of the token.

grant_type'invitation'

Grant type of the token

expiresinteger

Timestamp when the one-time token expires.

urlstring

Registration URL to create a new user account.