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/bulkUserAwardBadge.md for this page in Markdown format
Bulk Award Badges to users
User
Bulk Award badges to users
POST
/user/bulk/badge
Request Body
application/json
Schema
JSON
JSON
{
"data"
:
{
"userIds"
:
[
[
8
,
19
]
]
,
"badgeIds"
:
[
[
11
,
12
]
]
}
}
Responses
204
404
500
Samples