Skip to main content
POST
User Invite

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Body

application/json

userInviteRequest

emailAddress
string
firstName
string
lastName
string
orgIds
integer<int64>[]
roleIds
integer<int64>[]
screenName
string
userPrivilegeGroupAndAuthResources
AddOrUpdateUserPrivilegeGroupRequest · object

Response

Created User and sent invite.

email
string

Email to send invite message.

Example:

"example@mail.com"

status
boolean

The sending status of the SMS.

Example:

false

message
string

The sending message of the SMS.

Example:

"SMS sent. / SMS not sent."

userId
integer<int64>

User ID to send SMS.

Example:

20199