/
NE
nesaku
/
sctgdesk-api-server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 41m ago · Updated 2mo ago
Details
Filter operations
address book
13
address book legacy
2
Cors
1
login
6
peer
2
Software
2
todo
7
User
6
post
/api/currentUser
get
/api/user-list
get
/api/users
put
/api/user
post
/api/user
post
/api/enable-users
User
Update current user password
put
/api/user
Request body
UpdateUserRequest
required
name
string
nullable
password
string
nullable
confirm-password
string
nullable
email
string
nullable
is_admin
boolean
nullable
group_name
string
nullable
note
string
nullable
status
integer
nullable
Response
UsersResponse
required
msg
string
required
total
integer
required
data
string
required
Changes