Source
This page was generated with Wiki Builder. Do not change the format!
Info
Invite a user to join this group.
- URI: /GroupV2/{groupId}/Members/IndividualInvite/{membershipType}/{membershipId}/
- Basepath: https://www.bungie.net/Platform
- Method: POST
- Service: GroupV2
- Permissions: AdminGroups
- Officially Supported: Yes
Parameters
Path Parameters
Name | Schema | Required | Description |
---|---|---|---|
groupId | integer:int64 | Yes | ID of the group you would like to join. |
membershipId | integer:int64 | Yes | Membership id of the account being invited. |
membershipType | BungieMembershipType:Enum | Yes | MembershipType of the account being invited. |
Query String Parameters
None
Example
Request
{
// Type: string
"message": "",
// Type: GroupApplicationRequest
// Type: GroupApplicationRequest
// Type: GroupApplicationRequest
// Type: GroupApplicationRequest
// 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
}