Update Player Presence Self
PATCH /presence/v1/player/me/presence
Update the player’s online status and other presence data. If the player reports their online status as online or away, their “last_seen” presence info is updated. Player clients are expected to send requests to this endpoint on an interval of self_ping_interval_seconds. Otherwise they will be considered offline.
Authorizations
Parameters
Query Parameters
Request Body required
object
Is the player currently online?
Optional custom message to display alongside the user’s online status. Leaving this unset will not change the value.
Disables notifications and invites. Leaving this unset will not change the value.
Custom fields for the player to update about their presence. Custom data with a null value will be removed
object
Responses
200
Successful Response
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
422
Validation Error
object
object
500
Internal Server Error