Skip to content
CC Developer Portal
Search
K
Main Navigation
Home
Getting Started
Extensions
Connectors
SDK
API
Webhooks
Changelog
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /docs/api/operations/user/bulkUserRemoveRole.md for this page in Markdown format
Bulk remove roles from users
User
Bulk remove roles from users
DELETE
/user/bulk/role
Request Body
application/json
Schema
JSON
JSON
{
"data"
:
{
"userIds"
:
[
[
3
,
4
]
]
,
"roleIds"
:
[
[
2
,
3
]
]
}
}
Responses
204
404
500
Samples