Skip to main content

Overview

Sets the group join verification method.

Request

Authentication: Add authentication headers to the request. See Authentication

Method: POST

Rate limit: 100 requests/second

Endpoint: https://API domain/jim/groups/management/setgrpverifytype

Content-Type: application/json

Request parameters

ParameterData typeRequiredDescription
group_idstringYesGroup ID.
verify_typeintYes0: no verification required; 1: administrator confirmation required; 2: reject new group members. Default: 0.

Request example

POST /jim/groups/management/setgrpverifytype HTTP/1.1
appkey: appkey
Authorization: xxxxxxxxxxxxxxxxxx
Content-Type: application/json

{
"group_id":"groupid1",
"verify_type":1
}

Response example

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

Response codes

Response codesDescription