Microsoft Azure PlayFab Groups API
The Groups API is designed for any permanent or semi-permanent collections of Entities (players, or non-players). If you want to make Guilds/Clans/Corporations/etc., then you should use groups. Groups can also be used to make chatrooms, parties, or any other persistent collection of entities.
Groups
-
AcceptGroupApplication
Accepts an outstanding invitation to to join a group
-
AcceptGroupInvitation
Accepts an invitation to join a group
-
AddMembers
Adds members to a group or role.
-
ApplyToGroup
Applies to join a group
-
BlockEntity
Blocks a list of entities from joining a group.
-
ChangeMemberRole
Changes the role membership of a list of entities from one role to another.
-
CreateGroup
Creates a new group.
-
CreateRole
Creates a new group role.
-
DeleteGroup
Deletes a group and all roles, invitations, join requests, and blocks associated with it.
-
DeleteRole
Deletes an existing role in a group.
-
GetGroup
Gets information about a group and its roles
-
InviteToGroup
Invites a player to join a group
-
IsMember
Checks to see if an entity is a member of a group or role within the group
-
ListGroupApplications
Lists all outstanding requests to join a group
-
ListGroupBlocks
Lists all entities blocked from joining a group
-
ListGroupInvitations
Lists all outstanding invitations for a group
-
ListGroupMembers
Lists all members for a group
-
ListMembership
Lists all groups and roles for an entity
-
ListMembershipOpportunities
Lists all outstanding invitations and group applications for an entity
-
RemoveGroupApplication
Removes an application to join a group
-
RemoveGroupInvitation
Removes an invitation join a group
-
RemoveMembers
Removes members from a group.
-
UnblockEntity
Unblocks a list of entities from joining a group
-
UpdateGroup
Updates non-membership data about a group.
-
UpdateRole
Updates metadata about a role.