Source
This page was generated with Wiki Builder. Do not change the format!
Info
An administrative method to allow the founder of a group or clan to give up their position to another admin permanently.
- URI: /GroupV2/{groupId}/Admin/AbdicateFoundership/{membershipType}/{founderIdNew}/
- Basepath: https://www.bungie.net/Platform
- Method: POST
- Service: GroupV2
- Permissions: None
- Officially Supported: Yes
Parameters
Path Parameters
Name | Schema | Required | Description |
---|---|---|---|
founderIdNew | integer:int64 | Yes | The new founder for this group. Must already be a group admin. |
groupId | integer:int64 | Yes | The target group id. |
membershipType | BungieMembershipType:Enum | Yes | Membership type of the provided founderIdNew. |
Query String Parameters
None
Example
Request
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
}