Source

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

Info

Deny all of the pending users for the given group that match the passed-in .

Parameters

Path Parameters

Name Schema Required Description
groupId integer:int64 Yes ID of the group.

Query String Parameters

None

Example

Request

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

{
    // Type: UserMembership[]
    "memberships": [
       // Type: UserMembership
        {
            // Type: BungieMembershipType:Enum
            "membershipType": {},
            // Type: integer:int64
            "membershipId": 0,
            // Type: string
            "displayName": ""
        }
    ],
    // Type: string
    "message": "",
    // Type: GroupApplicationListRequest
    // Type: GroupApplicationListRequest
}

Response

PlatformErrorCode: 200

{
    // Type: EntityActionResult[]
    "Response": [
       // Type: EntityActionResult
        {
            // Type: integer:int64
            "entityId": 0,
            // Type: PlatformErrorCodes:Enum
            "result": 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-DenyPendingForList.html#operation_post_GroupV2-DenyPendingForList