Admin Get Player Presence Id
GET /presence/v1/admin/player/id/{player_id}/presence
Get the player’s presence information. The status reflects the true value and is not modified before it is returned.
Authorizations
Parameters
Path Parameters
A valid integer identifying a player. Rejects UUID player identification.
A valid integer identifying a player. Rejects UUID player identification.
Query Parameters
Responses
200
Successful Response
object
Is the player currently online?
Optional custom message to display alongside the user’s online status
Platform the user was online in
Player Display Name
Custom fields for the player to update about their presence
object
Player ID for the player if it was provided as part of the request
UUID of the player whose presence this represents
Disables notifications and invites. Only set for self or admin.
Info about the player the last time they reported their status. Only set for self or admin
403
Forbidden
object
404
Not Found
object
422
Validation Error