Invite users by their emails
Invitations
Invite users by their emails
Send an invitation to the specified mail addresses.
POST
Invite users by their emails
Invitations are sent asynchronously, so the response will only indicate that the invitation request has been received, not that the emails have been sent. To check the status of invitations, use
GET /users/invitation to retrieve the list of invitations and their details.Authorizations
OAuth2 access token. Pass the token in the Authorization header as Bearer <token>. The token is looked up in Redis to resolve the caller identity.
Body
application/json
Last modified on June 16, 2026

