/
OP
opencelium
/
OpenCelium API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 2w ago
View markdown
opencelium
OpenCelium API
delete
Deletes a user by 'id'
82ed767ffb65
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
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
post
Changes user password to new one if old password confirmed successfully
get
Logs out the currently authenticated user.
get
Returns status of QR code by secretKey.
get
Checks whether a user with the given email exists in the system
get
Retrieves a list of all users in the application
User Details
1
User Role(Group)
9
Webhook
6
Widget
6
Widget Settings
2
User
Deletes a user by 'id'
delete
/user/{id}
Path parameters
id
integer
required
Response
User is successfully deleted.