v1

latestSwagger 2.02026-07-17172265595.1 KB
users

Get Me

Returns my user details

get/auth/api/v1/me

Response

OK

blockedboolean

Is the user blocked or not

color_blind_modeboolean
connector_idstring
created_atstring

Creation timestamp in UTC

emailstring

Email address of the user

email_verifiedboolean

Is email verified or not

idinteger

Unique identifier for the user

lastLoginstring
last_activitystring

Last activity timestamp in UTC

memberSincestring
rolestring
usernamestring

Username

Example response

{
  "created_at": "2023-03-31T09:36:09.855Z",
  "email": "johndoe@example.com",
  "email_verified": true,
  "id": 123456789,
  "last_activity": "2023-04-21T08:53:09.928Z",
  "username": "John Doe"
}