Overview

API endpoints for managing player groups, including membership, group inventory, virtual currencies, statistics, custom data, and messaging.

OperationCode
NameCodeDescription
Add MemberaddMemberAdd a new member to an existing player group.
Add SegmentaddSegmentAssign a segment tag to the specified group.
Change Group CurrencychangeGroupCurrencyModify the virtual currency balance for the group.
Change Group StatisticschangeGroupStatisticsUpdate one or more statistics associated with the group.
Create Group ItemcreateGroupItemAdd a new item to the group’s inventory.
Get AvatargetAvatarRetrieve the avatar image of the group.
Get Catalog IdgetCatalogIdRetrieve the catalog ID currently associated with the group.
Get Create LeaderboardgetCreateLeaderboardGet leaderboard data ranked by group creation timestamps.
Get Currency LeaderboardgetCurrencyLeaderboardRetrieve leaderboard ranked by group currency balances.
Get Currency LoggetCurrencyLogFetch historical logs of group currency transactions.
Get Custom DatagetCustomDataRetrieve key-value custom data entries defined for the group.
Get Display NamegetDisplayNameFetch the display name associated with the group.
Get Group CurrencygetGroupCurrencyRetrieve the current virtual currency balances of the group.
Get Group DatagetGroupDataRetrieve key-value data entries stored under the group profile.
Get Group InformationgetGroupInformationFetch detailed metadata and profile fields associated with the group.
Get Group InventorygetGroupInventoryRetrieve a list of items currently held in the group's inventory.
Get Group MessagegetGroupMessageRetrieve a specific message sent to or by the group.
Get Group StatisticsgetGroupStatisticsRetrieve statistical data associated with the group.
Get Groups With Display NamegetGroupsWithDisplayNameSearch for groups whose display names match a given pattern.
Get Groups With SegmentgetGroupsWithSegmentList all groups assigned to a particular segment.
Get Groups With TaggetGroupsWithTagReturn a list of groups that share a specific tag.
Get MembersgetMembersRetrieve a list of all members currently in the group.
Get Remove StatusgetRemoveStatusCheck whether the group is flagged for removal.
Get SegmentgetSegmentRetrieve all available group segment definitions.
Get Statistics Leaderboard Around GroupgetStatisticsLeaderboardAroundGroupGet a leaderboard centered around the group’s rank for a specific statistic.
Get Statistics LeaderboardgetStatisticsLeaderboardReturn the full leaderboard for a group-specific statistic.
Get Statistics LoggetStatisticsLogFetch a history of statistic modifications made to the group.
Get TaggetTagList all tags currently associated with the group.
Get Ts CreategetTsCreateRetrieve the timestamp when the group was created.
Remove Group ItemremoveGroupItemDelete a specific item from the group's inventory.
Remove MemberremoveMemberRemove a member from the group.
Remove SegmentremoveSegmentRemove a segment tag previously assigned to the group.
Remove TagremoveTagDelete a tag previously associated with the group.
Send Group MessagesendGroupMessageSend a message to all or specific members of the group.
Set AvatarsetAvatarUpdate the group’s avatar image.
Set Custom DatasetCustomDataCreate or update custom key-value data entries for the group.
Set Display NamesetDisplayNameChange the display name associated with the group.
Set Group DatasetGroupDataModify or replace structured key-value data for the group.
Set Remove StatussetRemoveStatusMark the group for deletion or cancel a previous remove request.
Set TagsetTagAssign a tag to the group for organizational or filtering purposes.