Sends invitation email to the given email

Invite a user to register on the platform by sending an email.
The user will receive a link from which it can complete the registration on the platform.
To provision the user as one or more chat v2 agents, send chatv2Permissions as an array of { applicationId, permissionsProfileId } entries. Every applicationId must belong to the account and cannot be duplicated; permissionsProfileId is optional per entry.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

User's mail

integer
required

Account's id

string | null
enum
required
Defaults to null

role type for new user

Allowed:
string
enum

Indicates if the user can access the chat contact center

Allowed:
chatv2Permissions
array of objects

Optional chat v2 agent provisioning. When provided with at least one entry, the user is provisioned as a contact center agent in each specified application during registration. Every applicationId must belong to the account and cannot be duplicated.

chatv2Permissions
permissions
array of objects

User permissions

permissions
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json