Skip to main content
GET
Get current 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

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