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 --request GET \ --url https://login.xsolla.com/api/users/{user_id}/public \ --header 'Authorization: Bearer BEARER_TOKEN'
{- "last_login": "2018-10-01T13:15:08+05:00",
- "nickname": "Quana",
- "registered": "2018-10-01T13:15:08+05:00",
- "user_id": "2a6e0079-d7a7-11e8-963b-82010aa80778"
}