There was an error while loading. Please reload this page.
Adds a new user. The API can only be used to add end users and not Admins
URL
/register
Method:
POST
Data Params
Required:
name=[string] username=[string] password=[string]
name=[string]
username=[string]
password=[string]
Success Response:
{ id : 12, name : "Vaibhav Sinha", username : "vaibhav", password : "Encrypted Password", role : "USER", status : "ACTIVE" }
Gets the details of the currently logged in user
/me
GET
None
Checks if the provided username and password are correct
/isValidUser
username=[string] password=[string]
true
OR
false