/
NE
nesaku
/
sctgdesk-api-server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
address book
15
address book legacy
2
Cors
1
group
2
login
6
peer
3
software
2
todo
4
user
6
post
Get the Current User
get
Get the List of Users
get
/api/users
put
/api/user
post
/api/user
post
/api/enable-users
webconsole
2
user
Add user
post
/api/user
Request body
AddUserRequest
required
name
string
required
password
string
required
confirm-password
string
required
email
string
required
is_admin
boolean
required
group_name
string
required
Response
UsersResponse
required
msg
string
required
total
integer
required
data
string
required
Changes