Source

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

Info

Request permission to join the given group.

Parameters

Path Parameters

Name Schema Required Description
groupId integer:int64 Yes ID of the group you would like to join.
membershipType BungieMembershipType:Enum Yes MembershipType of the account to use when joining.

Query String Parameters

None

Example

Request

POST https://www.bungie.net/Platform/GroupV2/{groupId}/Members/Apply/{membershipType}/

{
    // Type: string
    "message": "",
    // Type: GroupApplicationRequest
}

Response

PlatformErrorCode: 200

{
    // Type: GroupApplicationResponse
    "Response": {
        // Type: GroupApplicationResolveState:Enum
        "resolution": 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-RequestGroupMembership.html#operation_post_GroupV2-RequestGroupMembership