Get Player Presence Public By Uuid
GET /presence/v1/player/uuid/{player_uuid}/presence
Get the player’s presence information. The status will be modified based on the following rules:
- A status of invisible will be reported as offline
- The status will become offline if older than the configured age
Authorizations
Parameters
Path Parameters
A valid UUID identifying a player. Rejects integer player identification.
A valid UUID identifying a player. Rejects integer player identification.
Query Parameters
Header Parameters
If you provide the ETag that matches the current ETag for this resource, a 304 response will be return - indicating that the resource has not changed.
If you provide the ETag that matches the current ETag for this resource, a 304 response will be return - indicating that the resource has not changed.
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
Headers
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
403
Forbidden
object
404
Not Found
object
422
Validation Error