Get Link History
GET/users/v1/history/link
Get the Link history for a given user
Required Permissions:
-
For any player, person or platform identity (including themselves) any of:
user:*,user:audit:any -
For the player, person or platform identity themselves :
user:audit:self
Request
Query Parameters
The player UUID to audit
The person ID to audit
The platform to audit
Possible values: <= 2048 characters
The platform user ID to audit
Token to retrieve the next page of results
Responses
- 200
- 400
- 403
- 404
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
entries
object[]
required
The link history entries
entry ID
player UUID
Possible values: [Anon, Basic, XboxLive, PSN, NintendoNAID, NintendoSwitch, NintendoPPID, Google, GooglePlay, Apple, Epic, Steam, Amazon, Twitch, RallyHere, LegacyName]
An enumeration.
Possible values: <= 2048 characters
platform user ID
person ID
active player UUID
Possible values: [link, unlink, new_person, xprog_enable, xprog_disable]
An enumeration.
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Token to retrieve the next page of results
{
"entries": [
{
"entry_id": "string",
"player_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"platform": "Anon",
"platform_user_id": "string",
"person_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"active_player_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": "link",
"timestamp": "2024-07-29T15:51:28.071Z"
}
],
"continuation_token": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
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"
}
Not Found
- 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"
}
]
}