/
OP
opencelium
/
OpenCelium API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 1w ago
View markdown
opencelium
OpenCelium API
post
Creates new User Role
v3
latest
OpenAPI 3.0.1
raw.githubusercontent.com
2026-08-01
230
114
249.2 KB
# Authorization
1
Aggregator
8
Application Components
1
Application Config
2
Category
11
Connection
35
Connector
15
Event Content
3
Event Message
10
Execution
5
Extra Operations
3
File
8
Invoker
14
Languages
1
Ldap
2
Online Synchronization History with Service Portal
3
password-reset-controller
2
Scheduler
22
Search
1
Subscription
13
Support files for Connections
6
Template
11
Update Assistant
17
User
12
User Details
1
User Role(Group)
9
get
Retrieves a user role by provided role ID
put
Modifies existed User Role by provided Role ID and relevant information in the request body
delete
Deletes an User Role from system by provided role ID
put
Modifies components on an existed User Role by provided Role ID and relevant information in the request body
put
Deletes a collection of User Roles based on the provided list of their corresponding IDs.
post
Creates new User Role
get
Checks whether a role with the given name exists in the system
get
Retrieves all User Roles
delete
Deletes an icon of User Roles based on the provided role ID.
Webhook
6
Widget
6
Widget Settings
2
User Role(Group)
Creates new User Role
post
/role
Request body
UserRoleResource
required
groupId
integer
name
string
description
string
icon
string
components
ComponentResource[]
Response
User Role has been successfully created
UserRoleResource[]
required
groupId
integer
name
string
description
string
icon
string
components
ComponentResource[]