当前用户指定拥有的一个群组向另一个群组发起合并群组请求。只有群主可以执行该操作。如果目标群组的群主和当前用户为同一人,自动完成合并操作。如果不是,该合并请求被发送到目标群组的群主,并且等待他的处理。如果对方同意,原群组会解散(不可恢复),然后目标群组会合并原群组的成员。
Request
HTTP request
POST https://www.featapi.com/api/party/group/{id}/merge_request/
Parameters
Path parameters
Parameter name | Value | Description |
---|---|---|
id | string | 原群组 ID |
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
party_group |
For more information, see the authentication and authorization page.
Request body
In the request body, the following properties:
Property name | Value | Description | Notes |
---|---|---|---|
target_group | integer | 目标群组 ID |
Response
200 Post a group merge request to another group successfully.
{
"data": {
"is_success": "True"
}
}