Skip to main content
POST
Create user

Authorizations

Authorization
string
header
required

Use your API key as a Bearer token. API keys can be generated in Settings → Integrations → API Access.

Body

application/json
email
string<email>
required

User email address (required)

roleId
string<uuid>
required

Role ID to assign to the user (required)

fullName
string

Full name (optional, defaults to email prefix)

Required string length: 1 - 255

Response

User created successfully

data
object
required