Skip to main content
POST
Add a user to a company

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.

Path Parameters

companyId
integer
required

Body

application/json
email
string<email>
firstName
string
lastName
string
role
string

Response

User added