Get Person For Self
GET
/users/v1/person/me/info
Get information for the person on the access token.
Authorizations
- HTTPBearerHeadersOrCookie
Responses
200
Successful Response
Response for getting a person’s info
object
person_id
Person ID
string format: uuid
active_player_id
Active player ID, if the person has an active player.
integer
email
Email address
string
403
Forbidden
Message only response
object
message
required
Message
string
500
Internal Server Error
Message only response
object
message
required
Message
string