Group: Post Merge Request

Group: Post Merge Request

当前用户指定拥有的一个群组向另一个群组发起合并群组请求。只有群主可以执行该操作。如果目标群组的群主和当前用户为同一人,自动完成合并操作。如果不是,该合并请求被发送到目标群组的群主,并且等待他的处理。如果对方同意,原群组会解散(不可恢复),然后目标群组会合并原群组的成员。

Request

HTTP request

POST https://www.featapi.com/api/party/group/{id}/merge_request/

Parameters

Path parameters

Parameter nameValueDescription
idstring原群组 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 nameValueDescriptionNotes
target_groupinteger目标群组 ID

Response

200 Post a group merge request to another group successfully.

{
    "data": {
        "is_success": "True"
    }
}

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code