Remove Member

Call Instructions:

  1. This interface is used to batch remove members for a specified group

  2. This interface is called only by system administrators

  3. For performance reasons, the response data has been removed after v2.4.4


Interface Information

Interface Information

Name

remove member

Address

/rest/tools/1.0/api/group/removeUserFromGroup

Method

POST

Return Type

Json

Authentication

Basic,token

Header Parameter

Parameter name

Required

Parameter type

Description

ContentType

Y

String

application/json

body Parameters

Parameter name

Required

Parameter type

Description

groupName

Y

String

group name

userNames

Y

String[]

user name list

return value format

Field

Type

Description

code

int

msg

String


Example Postman call

 


Example body request parameters:

{ "groupName":"test_group", "userNames":["aa"] }

Example return value

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