Skip to main content
POST
Onboard a user in the authenticated tenant.

Authorizations

Authorization
string
header
required

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

Body

application/json

At least one of email or username must be provided.

email
string<email>
username
string
Minimum string length: 1
Pattern: ^[a-zA-Z0-9._-]+$
firstName
string
lastName
string
externalIdentifier
string
Minimum string length: 1

Response

User onboarded successfully.

data
object
required
Example:
meta
object
errors
object[]