User

API to get Auth Token.

post
/user/login

Login and generate token to authorize for using ONES APIs

Body
usernamestringOptionalExample: **username**
passwordstringOptionalExample: ####pwd####
extendedExpirybooleanOptionalExample: true
Responses
post
/user/login
default

No content

get
/users

Get all users with their roles and details

Authorizations
authorizationstringRequired

Use User's Api for authorization

Responses
chevron-right
200

OK

No content

get
/users

No content

get
/users/role

Get all users with their roles and details

Authorizations
authorizationstringRequired

Use User's Api for authorization

Responses
chevron-right
200

OK

No content

get
/users/role

No content

Last updated