Get Person
GET
/users/v1/person/{person_id}/info
Get information for a person.
Authorizations
- HTTPBearerHeadersOrCookie
Parameters
Path Parameters
person_id
required
string format: uuid
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
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string
500
Internal Server Error
Message only response
object
message
required
Message
string