Skip to main content
POST
Add a user/collaborator to a company.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json

Add company user request

Request body for adding a company user

companyId
string
required

Company ID to add the user to

email
string
required

Email address of the user to add

allowedFeatures
string[]

List of features the user is allowed to access

role
string
default:member

Role: owner, admin, or member

Response

User added successfully

Success response

msg
string

Success message