Get current user

get
/v1/user

Responses

200
User, an object with the following properties:
PropertyTypeDescription

email

string

User email address

id

string

Unique ID

name

string

permissions

array

array<string> of permission names

role

string

401
Forbidden, an object with the following properties:
PropertyTypeDescription

code

string

message

string

Was this page helpful?