Create user
This API is restricted, contact support to enable it. |
To add a user send a POST request:
$ curl -H "Authorization: Bearer api-key" \
--data "{\"first_name\": \"John\", \"last_name\": \"Doe\",
\"email\": \"john@example.com\", \"password\": \"my_password\"}" \
https://api.planadoapp.com/v2/users | jq
{
"user_uuid": "6cfae69b-1502-4012-8023-65f8687782e5"
}
Request schema
Field | Type | JSON type | Required | Can be null |
Description |
---|---|---|---|---|---|
|
String |
String |
Yes |
No |
First name |
|
String |
String |
Yes |
No |
Last name |
|
String |
String |
Yes |
No |
|
|
String |
String |
Yes |
No |
Password. Limited to 128 characters |
|
String |
String |
No |
Yes |
Phone number |
|
Object |
No |
Yes |
Territory reference |
|
|
[Skill] |
Array |
No |
No |
Skill references array |
|
Object |
No |
No |
Object with user permissions across the app |