GroupV2
Verb: POST
Path: /GroupV2/{groupId}/Members/{membershipType}/{membershipId}/SetMembershipType/{memberType}/
Edit the membership type of a given member. You must have suitable permissions in the group to perform this operation.
Path Parameters
-
groupId
ID of the group to which the member belongs.
-
membershipId
Membership ID to modify.
-
membershipType
Membership type of the provide membership ID.
The types of membership the Accounts system supports. This is the external facing enum used in place of the internal-only Bungie.SharedDefinitions.MembershipType.
Type: int32
-
memberType
New membertype for the specified member.
The member levels used by all V2 Groups API. Individual group types use their own mappings in their native storage (general uses BnetDbGroupMemberType and D2 clans use ClanMemberLevel), but they are all translated to this in the runtime api. These runtime values should NEVER be stored anywhere, so the values can be changed as necessary.
Type: int32
Response
Look at the Response property for more information about the nature of this response
Content Type: application/json
Type: object
Object Properties
MessageData
Type: object
Dictionary Contents:
string
Dictionary Key Type:
string