/
OP
opencelium
/
OpenCelium API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 46m ago · Updated 1mo ago
Details
Filter operations
# Authorization
1
Aggregator
8
Application Components
1
Category
11
Connection
27
Connector
10
Event Content
3
Event Message
10
Execution
2
Extra Operations
3
File
8
Invoker
14
Ldap
2
Scheduler
21
Search
1
Subscription
13
Support files for Connections
6
Template
11
Update Assistant
16
User
11
get
Retrieves user data from the database based on the provided user 'id'
put
Updates an existed user in the system by accepting user data in the request body
delete
Deletes a user by 'id'
put
Enables or disables TOTP to a user
put
Enables or disables TOTP to users by ids
put
Deletes users by ids
post
Creates a new user in the system by accepting user data in the request body
get
Logs out the currently authenticated user.
get
Returns status of QR code by secretKey.
get
Checks the existence of an user email in the system
get
Retrieves a list of all users in the application
User Details
1
User Role(Group)
9
Webhook
6
Widget
4
Widget Settings
2
User
Updates an existed user in the system by accepting user data in the request body
put
/user/{id}
Path parameters
id
integer
required
Request body
UserRequestResource
required
userId
integer
email
string
password
string
userGroup
integer
userDetail
UserDetailResource
Response
User is successfully updated.
UserResource
required
userId
integer
email
string
username
string
totpEnabled
boolean
userGroup
UserRoleResource
userDetail
UserDetailResource
widgetSettings
WidgetSettingResource[]
Changes