Reference for http://www.bungie.net/Platform/Forum/Recruit/Join/{topicId}/

Allows a user to slot themselves into a recruitment thread fireteam slot. Returns the new state of the fireteam.

Url: http://www.bungie.net/Platform/Forum/Recruit/Join/{topicId}/

HTTP Method: POST

Requires Sign-in: true

Url Parameters:

Parameter Name Description
topicId The post id of the recruitment topic you wish to join.

Request/Response Body Formats:

Message Direction Format Body
Request Unknown The request body is a byte stream.
Response JSON JSON object

The following is an example of a response JSON body for this method.

{
  "Response": null,
  "ErrorCode": 0,
  "ThrottleSeconds": 0,
  "ErrorStatus": null,
  "Message": null,
  "MessageData": null,
  "DetailedErrorTrace": null
}