/
PA
packtpublishing
/
Users API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14m ago · Updated 1mo ago
Details
Filter operations
users
6
get
Get all users
post
Create user
post
Authenticate user
get
Get user by user id
put
Update user
delete
Remove the user
users
Authenticate user
Validate and issue token to user.
post
/users/authenticate
Request body
Credential
required
username
string
password
string
Response
Token issued
Changes