My Project
|
Adds members to a group or role. Existing members of the group will added to roles within the group, but if the user is not already a member of the group, only title claimants may add them to the group, and others must use the group application or invite system to add new members to a group. Returns nothing if successful. More...
Public Attributes | |
Dictionary< string, string > | CustomTags |
The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). | |
EntityKey | Group |
The identifier of the group. | |
List< EntityKey > | Members |
List of entities to add to the group. Only entities of type title_player_account and character may be added to groups. | |
string | RoleId |
Optional: The ID of the existing role to add the entities to. If this is not specified, the default member role for the group will be used. Role IDs must be between 1 and 64 characters long. | |
![]() | |
PlayFabAuthenticationContext | AuthenticationContext |
Additional Inherited Members | |
![]() | |
string | ToJson () |
Adds members to a group or role. Existing members of the group will added to roles within the group, but if the user is not already a member of the group, only title claimants may add them to the group, and others must use the group application or invite system to add new members to a group. Returns nothing if successful.