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

first_name

String

String

Yes

No

First name

last_name

String

String

Yes

No

Last name

email

String

String

Yes

No

Email

password

String

String

Yes

No

Password. Limited to 128 characters

mobile_phone

String

String

No

Yes

Phone number

territory

Territory

Object

No

Yes

Territory reference

skills

[Skill]

Array

No

No

Skill references array

permissions

Permissions

Object

No

No

Object with user permissions across the app