Invite user
POST {{baseUrl}}/v2/users
This endpoint invites a new user as an employee.
To update user's role, check out this article.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Idempotency-Key
|
string | ||
Content-Type
|
string |
RESPONSES
status OK
{
"email": "irure incididunt enim cupidatat nostrud",
"first_name": "tempor velit",
"id": "fugiat tempor Ut cillum ex",
"last_name": "pariatur est deserunt voluptate reprehe",
"status": {
"value": "<Error: Could not resolve allOf schema"
},
"manager_id": "ea proident in dolore",
"department_id": "officia elit cillum enim",
"location_id": "deserunt"
} |
ENDPOINTS