Lookup Player By Portal
GET/users/v1/player
Lookup players by various parameters.
Results will include the active player, if possible, otherwise will return the associated player directly.
Request
Query Parameters
Possible values: <= 256 characters
Lookup players by display names
Lookup players by their portal identity for this platform
Lookup players by their platform identity. Will override identity_platform if set.
Possible values: <= 2048 characters
Lookup players by their Portal Identity
Responses
- 200
- 403
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
Default value: ``
List of display names and the players that match that display name
identity_platforms
object
deprecated
DEPRECATED Use identity_platforms_by_platform instead. List of platforms and the players that match that platform user id
property name*
object[]
identity
object
List of platform user ids and the players that match that platform user id
property name*
PlayerResponse
Response for getting a player's info
Player ID DEPRECATED use player_uuid instead
Player UUID
identity_platforms_by_platform
object
List of platforms and the players that match that platform user id
property name*
object[]
identity
object
List of platform user ids and the players that match that platform user id
property name*
PlayerResponse
Response for getting a player's info
Player ID DEPRECATED use player_uuid instead
Player UUID
{
"display_names": [
{}
],
"identity_platforms_by_platform": {}
}
Error Codes:
-
auth_invalid_key_id- Invalid Authorization - Invalid Key ID in Access Token -
auth_invalid_version- Invalid Authorization - version -
auth_malformed_access- Invalid Authorization - malformed access token -
auth_not_jwt- Invalid Authorization -
auth_token_expired- Token is expired -
auth_token_format- Invalid Authorization - {} -
auth_token_invalid_claim- Token contained invalid claim value: {} -
auth_token_invalid_type- Invalid Authorization - Invalid Token Type -
auth_token_sig_invalid- Token Signature is invalid -
auth_token_unknown- Failed to parse token -
insufficient_permissions- Insufficient Permissions
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}