Info |
---|
Call Instructions:
|
...
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 | data | String |
...
Example Postman call
...
...
Example body request parameters:
...
Code Block |
---|
{ "code": 0, "msg": "Success", "data": { "groupName": "test_group", "users": [ { "name": "aabb", "key": "40288c8281f00b880181f04e469a0000", "fullName": "d-bb", "email": "bbaa@shdsd.com" } ] } } |