Source

This page was generated with Wiki Builder. Do not change the format!

Info

Create a new group.

Parameters

Path Parameters

None

Query String Parameters

None

Example

Request

POST https://www.bungie.net/Platform/GroupV2/Create/

{
    // Type: GroupType:Enum
    "groupType": {},
    // Type: string
    "name": "",
    // Type: string
    "about": "",
    // Type: string
    "motto": "",
    // Type: string
    "theme": "",
    // Type: integer:int32
    "avatarImageIndex": 0,
    // Type: string
    "tags": "",
    // Type: boolean
    "isPublic": false,
    // Type: MembershipOption:Enum
    "membershipOption": 0,
    // Type: boolean
    "isPublicTopicAdminOnly": false,
    // Type: boolean
    "isDefaultPostPublic": false,
    // Type: boolean
    "allowChat": false,
    // Type: boolean
    "isDefaultPostAlliance": false,
    // Type: ChatSecuritySetting:Enum
    "chatSecurity": 0,
    // Type: string
    "callsign": "",
    // Type: string
    "locale": "",
    // Type: GroupHomepage:Enum
    "homepage": 0,
    // Type: BungieMembershipType:Enum
    "platformMembershipType": {},
    // Type: GroupAction
}

Response

PlatformErrorCode: 200

{
    // Type: GroupCreationResponse
    "Response": {
        // Type: integer:int64
        "groupId": 0
    },
    // Type: PlatformErrorCodes:Enum
    "ErrorCode": 0,
    // Type: integer:int32
    "ThrottleSeconds": 0,
    // Type: string
    "ErrorStatus": "",
    // Type: string
    "Message": "",
    // Type: Dictionary<string,string>
    "MessageData": {
        "{string}": ""
    },
    // Type: object
}

References

  1. https://bungie-net.github.io/multi/operation_post_GroupV2-CreateGroup.html#operation_post_GroupV2-CreateGroup