Skip to main content

Post Server Recent Player Group

Appends to or updates all users’ recent players within a group (bidirectional). This API allows a game server to append to a set of users’ lists of recent players, and to update existing recent player entries. All users within a group are added to each other’s recent players lists (bidirectional). Example of recent player groups: [ [A,B,C], [A,D], [E,F] ]. A met B, C, and D. B met A and C. D only met A and so on.

URI parameters

Request header

Request body

Responses

Definitions

BidirectionalRecentPlayer

EncounterType

The type of recent players encounter. This field is optional and defaults to Default. Default has no prescribed meaning - it is up to the caller to interpret this value appropriately.

ErrorResponse

Network

RecentPlayerGroup

All users within a group have encountered each other at the specified time. Each group must contain at least 2 and up to 100 users.

ServerRecentPlayerGroupsRequest

All users within a group have encountered each other at the specified time. Each group must contain at least 2 and up to 100 users.

ThrottledEntity

Last modified on August 4, 2026