/
OP
opencelium
/
OpenCelium API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
opencelium
OpenCelium API
put
Updates an existed user in the system by accepting user data in the request body
v3
latest
OpenAPI 3.0.1
raw.githubusercontent.com
2026-08-01
230
114
249.2 KB
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[]