Skip to main content
GET
Describe user
Returns the profile of the user identified by the session cookie.

Authorization

Session cookie set by Sign in: omnistrate_token=<jwt>.

Response

string
required
ID of the user.
string
Name of the user.
string
Email of the user.
string
Role of the user.
string
Status of the user.
boolean
Whether the user is enabled.
string
ID of the organization the user owns.
string
Name of the organization the user owns.
string
URL of the organization.
string
Support email of the organization.
string
Product plan associated with the user.
object
Postal address of the user.
object
Additional attributes of the user, as string key-value pairs.
string
Time the user was created.
string
Time the user was last updated.

Errors

See Error for the error response shape.