- Development Guide
- Filter
- Filter Demo
- ErrorCode
- app
- worksheet
- Create Worksheet POST
- Get worksheet structure informationPOST
- Get ListPOST
- Create Row Record POST
- Batch Create Row Records POST
- Get Row Record Details GET
- Get row record detailsPOST
- Update Row Record Details POST
- Batch Update Row Record Details POST
- Delete Row RecordPOST
- Get associated recordPOST
- Get Record Share LinkPOST
- Get total row count of worksheet POST
- Get Row Record LogPOST
- Application Role
- Options Set
- Get regional InformationPOST
Remove Application Role Member
fromal
https://api.mingdao.com
fromal
https://api.mingdao.com
POST
/v1/open/app/removeRoleMember
Data includes: add user, position, department
Request
Body Params application/json
appKey
string
AppKey
sign
string
Signature
roleId
string
required
operatorId
string
required
userIds
array[string]
required
departmentIds
array[string]
required
departmentTreeIds
array[string]
required
jobIds
array[string]
required
orgRoleIds
array[string]
required
Example
{
"appKey": "5004e1f1c103fc82",
"sign": "MWQzYWJiNTNlYzZmNjZhNTA1NTExMGZhNzEyMjU3ZTMzM2Q2YWFmZWJkMTZjMWM1NTRjNDZiODUwNjc5OTUzNg==",
"roleId": "3843c546-fc47-4d29-b0cc-2463f013f115",
"operatorId": "e2453de8-1a6a-4d4f-ba36-87fdff880a20",
"userIds": [
"e2453de8-1a6a-4d4f-ba36-87fdff880a20"
],
"departmentIds": [],
"departmentTreeIds": [],
"jobIds": [],
"orgRoleIds": []
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.mingdao.com/v1/open/app/removeRoleMember' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "5004e1f1c103fc82",
"sign": "MWQzYWJiNTNlYzZmNjZhNTA1NTExMGZhNzEyMjU3ZTMzM2Q2YWFmZWJkMTZjMWM1NTRjNDZiODUwNjc5OTUzNg==",
"roleId": "3843c546-fc47-4d29-b0cc-2463f013f115",
"operatorId": "e2453de8-1a6a-4d4f-ba36-87fdff880a20",
"userIds": [
"e2453de8-1a6a-4d4f-ba36-87fdff880a20"
],
"departmentIds": [],
"departmentTreeIds": [],
"jobIds": [],
"orgRoleIds": []
}'
Responses
🟢200成功
application/json
Body
data
boolean
required
success
boolean
required
error_code
integer
required
code
integer
required
msg
string
required
Example
{
"data": true,
"success": true,
"error_code": 1
}
🟠401没有权限
🟠404记录不存在
Modified at 2025-04-07 02:46:56