Skip to main content

Overview

Allows a group administrator to review group join requests and invitations.

Request

Authentication: Add authentication headers to the request. See Authentication

Method: POST

Rate limit: 100 requests/second

Endpoint: https://API domain/jim/groups/grpapplications/confirm

Content-Type: application/json

Request parameters

ParameterData typeRequiredDescription
application_idstringYesRequest ID.
is_agreeboolYesWhether to approve.

Request example

POST /jim/groups/grpapplications/confirm HTTP/1.1
appkey: appkey
Authorization: xxxxxxxxxxxxxxxxxx
Content-Type: application/json

{
"application_id":"xxxxxx",
"is_agree":true
}

Response example

{
"code":0,
"msg":"sucess"
}

Response codes

Response codesDescription