Source

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

Info

Allows the owner of a fireteam thread to approve all joined members and start a private message conversation with them.

Parameters

Path Parameters

Name Schema Required Description
topicId integer:int64 Yes The post id of the recruitment topic to approve.

Query String Parameters

None

Example

Request

POST https://www.bungie.net/Platform/Forum/Recruit/Approve/{topicId}/

Response

PlatformErrorCode: 200

{
    // Type: SaveMessageResult
    "Response": {
        // Type: integer:int64
        "conversationId": 0,
        // Type: integer:int64
        "messageId": 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_Forum-ApproveFireteamThread.html#operation_post_Forum-ApproveFireteamThread