Xsolla-logo

Get user details

get/users/me

Gets details of the user authenticated by the JWT.

SecurityExternalBearer
Responses
200

OK

401

Forbidden

403

Forbidden

404

Not Found

Request samples
Response samples
application/json
{
  • "birthday": "1995-01-05",
  • "country": "USA",
  • "devices": [
    ],
  • "email": "johny-doe@example.com",
  • "external_id": "123",
  • "first_name": "John",
  • "gender": "m",
  • "groups": [
    ],
  • "id": "11",
  • "is_anonymous": false,
  • "last_login": "2018-05-17T11:22:52+0000",
  • "last_name": "Doe",
  • "nickname": "Johny",
  • "phone": "+79136759832",
  • "phone_auth": "79136759832",
  • "registered": "2017-01-01T00:00:00+0000",
  • "tag": "234125",
  • "username": "Johny200"
}