Bungienetplatform Wiki
Advertisement
EditGroupV2
Accessibility Private
Method POST
URI /Group/{groupId}/EditV2/

Summary[]

Edit a group that the current user is an admin for. [1]

Old Endpoints

Path Parameters[]

Name Description

groupId

A valid groupId.

Query String Parameters[]

Name Description

JSON POST Parameters[]

Name Description

name

The name of the group. Max 25 characters.

clanCallsign

The clan Call Sign. Max 4 characters.

motto

One line statement about the group.

about

Description about the group.

theme


tags

List of tags this group applies to. Comma separated.

avatarImageIndex


chatSecurity


allowChat


membershipOptions


homepage


locale


isPublic


isPublicTopicAdminOnly


defaultPublicity


clanReviewType


enableInvitationMessagingForAdmins


clanName


clanNameMembershipType

A valid clan membership type. 1=Xbox, 2=PSN

Example[]

Request[]

POST https://www.bungie.net/Platform/Group/177526/EditV2/

{
    "name": "ClanName",
    "clanCallsign": "CLNM",
    "motto": "Motto goes here",
    "about": "Mission statement goes here.",
    "tags": ""
}

Response[]

{
  "Response": 0,
  "ErrorCode": 1,
  "ThrottleSeconds": 0,
  "ErrorStatus": "Success",
  "Message": "Ok",
  "MessageData": {
 
  }
}

References[]

Advertisement