Skip to main content
POST
Create company 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)

fullName
string
required

Full name (required)

Required string length: 1 - 255
companyId
string<uuid>
required

Company ID to associate the user with (required)

roleId
string<uuid>

Role ID to assign to the user (optional)

Response

Company user created successfully

data
object
required