Xsolla-logo

Get user public profile

get/users/{user_id}/public

Gets the user information from their public profile by the user ID.

SecurityBearer
Request
path Parameters
user_id
required
string <uuid>

User ID. You can find it in Publisher Account > your Login project > Users.

Responses
200

OK

401

Unauthorized

404

Not Found

429

Too Many Requests

Request samples
Response samples
application/json
{
  • "avatar": "string",
  • "last_login": "string",
  • "nickname": "string",
  • "registered": "string",
  • "tag": "string",
  • "user_id": "string"
}