Skip to main content
POST
Create an entity user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-finops-version
string<date>
required
x-organization-id
string<uuid>
required

The ID of the entity that owns the requested resource.

Example:

"9d2b4c8f-2087-4738-ba91-7359683c49a4"

Body

application/json
first_name
string
required

First name

Maximum string length: 255
Example:

"Casey"

login
string
required
Maximum string length: 255
email
string<email> | null

An entity user business email

last_name
string | null

Last name

Maximum string length: 255
Example:

"Peters"

phone
string | null

An entity user phone number in the international format

Maximum string length: 20
title
string | null

Title

Maximum string length: 255
Example:

"Finance Manager"

Response

Successful Response

id
string<uuid>
required

UUID entity user ID

created_at
string<date-time>
required

UTC datetime

updated_at
string<date-time>
required

UTC datetime

login
string
required

Login

Example:

"caseyp"

status
enum<string>
required

record status, 'active' by default

Available options:
active,
deleted
email
string<email> | null

An entity user business email

first_name
string

First name

last_name
string | null

Last name

phone
string | null

An entity user phone number in the international format

Maximum string length: 20
userpic_file_id
string<uuid> | null