Skip to content

Send invitation email

POST
/admin/user/users/{userId}/_send-invitation-email
Required scope: viskan:user:create

Sends an invitation email to the given user.

Note that this is also done automatically when a user account is created for the first time. This API method can be used to re-send the invitation email to assist users.

Also note that this API method can only be called from an interactive user access token, and not regular API client access tokens.

Parameters

Path parameters

userId  string
Format: uuid
The identifier of the user to send the email to.

Response

The invitation email was sent.