Skip to main content
POST
Create app user

Authorizations

Authorization
string
header
required

Authorization: Bearer <SPIRII_API_KEY>

Body

application/json
firstName
string
required
Maximum string length: 50
Example:

"Steve"

lastName
string
required
Maximum string length: 50
Example:

"Smith"

email
string
required
Maximum string length: 255
Example:

"steve.smith@example.com"

phoneNumber
string
Maximum string length: 16
Example:

"+4512345678"

whitelabel
string
default:spirii
Maximum string length: 50
Example:

"Viggo"

customerId
integer

CRM customer id to associate with this app user.

operatorId
integer
companyId
integer

Response

appUserId
integer
required

The unique identifier of the created app user.