Xsolla-logo

Get user public profileClient-side

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
curl --request GET \
  --url https://login.xsolla.com/api/users/{user_id}/public \
  --header 'Authorization: Bearer BEARER_TOKEN'
Response samples
application/json
{}