Request
Body Params application/jsonRequired
{
"userIds": [
"string"
],
"departmentIds": [
"string"
],
"departmentTreeIds": [
"string"
],
"jobIds": [
"string"
],
"orgRoleIds": [
"string"
]
}
Request Code Samples
curl --location --request DELETE 'https://www.nocoly.com/v3/app/roles//members' \
--header 'HAP-Appkey;' \
--header 'HAP-Sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
"string"
],
"departmentIds": [
"string"
],
"departmentTreeIds": [
"string"
],
"jobIds": [
"string"
],
"orgRoleIds": [
"string"
]
}'
Responses
application/json
Role member removed successfully
{
"success": true,
"error_code": 0,
"error_msg": "string",
"data": {}
}
Modified at 2026-03-30 07:15:12