v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
User

Invite User

Invites a user to the organization.

post/users/invite

Headers

tenant-idstring

Request body

emailstring required

User email address

firstNamestring required

User first name

lastNamestring required

User last name

Example request

{
  "email": "user@example.com",
  "firstName": "John",
  "lastName": "Doe"
}

Response

User invited successfully

userIdstring

user id of the invited user

Example response

{
  "userId": "user_123456"
}