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/bulkUserAddRole.md for this page in Markdown format
Bulk add roles to users
User
Bulk add roles to users
POST
/user/bulk/role
Request Body
application/json
Schema
JSON
JSON
{
"data"
:
{
"userIds"
:
[
[
2
,
3
]
]
,
"roleIds"
:
[
[
7
,
13
]
]
}
}
Responses
204
404
500
Samples