Source

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

Info

Approve the given membershipId to join the group/clan as long as they have applied.

Parameters

Path Parameters

Name Schema Required Description
groupId integer:int64 Yes ID of the group.
membershipId integer:int64 Yes The membership id being approved.
membershipType BungieMembershipType:Enum Yes Membership type of the supplied membership ID.

Query String Parameters

None

Example

Request

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

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

Response

PlatformErrorCode: 200

{
    // Type: boolean
    "Response": false,
    // 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-ApprovePending.html#operation_post_GroupV2-ApprovePending