Add
Add a new user
Add
POST
https://{{account_id}}.acquire.io/api/v1/account/user
Add a new user.
Headers
Name
Type
Description
Authorization
string
Bearer {{API_KEY}}
Request Body
Name
Type
Description
name
string
Name of the user.
string
Email of the user. Must be unique.
password
string
Password of the user (can be changed later).
roles
array
Array of integers. The role ID(s) the user will be assigned to.
department
array
Array of integers. The department ID(s) the user will be assigned to. Pass empty array if not assigning any department to it
Body(raw)
Last updated