Gets the user information from their public profile by the user ID.
user_id required | string <uuid> User ID. You can find it in Publisher Account > your Login project > Users. |
OK
Unauthorized
Not Found
Too Many Requests
curl -i -X GET \ 'https://login.xsolla.com/api/users/{user_id}/public' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "avatar": "string",
- "last_login": "string",
- "nickname": "string",
- "registered": "string",
- "tag": "string",
- "user_id": "string"
}