Users

Create invitation token for a new user.

post/api/invite

Request body

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

Response

Data of the newly created invitation token.

idstring required
tokenstring required

Only available if the token was freshly created.

usernamestring

Username of the token, if grant_type is not "invitation".

client_idstring

Client ID of the token, if grant_type is not "invitation".

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

Permission scope of the token.

grant_type'one-time' | 'invitation'

Grant type of the token

expiresinteger

Timestamp when the one-time token expires.

urlstring

Login URL for passwordless authentication tokens.

Changes