/
EN
enseadaio
/
Enseada
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 31m ago · Updated 1mo ago
Details
Filter operations
clients
5
monitoring
1
rbac
3
users
12
get
List registered users
post
Register a new user
get
Fetch a single user details
put
Edit a user
delete
Delete a user
get
Fetch a user's permissions
post
Add a permission to the user
delete
Remove a permission to the user
get
Fetch a user's roles
put
Add a role to the user
delete
Remove a role from the user
get
Fetches information about the currently authenticated user
users
Edit a user
put
/api/v1beta1/users/{username}
Request body
UserEdit
required
enabled
boolean
If false, the user is not able to authenticate
Response
Updated user details
User
required
username
string
required
enabled
boolean
If false, the user is not able to authenticate
Changes