Skip to main content
POST
Create a workspace user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
firstName
string
required
lastName
string
required
email
string<email>
required
phone
string
required
password
string<password>
required
confirmPassword
string<password>
required
remember
boolean
default:true
required

Response

Registration status

status
enum<string>
Available options:
phone_not_verified
token
string