Company
Add User to Company
Add a new user to the company
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
User details
The email address of the new user
The full name of the new user
Array of permission IDs to assign to the user
Optional password for the new user. If omitted, a random password is generated
Was this page helpful?