Authenticate the user with the system and obtain the GUID
Endpoint URL
base URL address should be before the URL, check the example
| Method | URL |
|---|---|
| POST | {base url}/UserLogin/Login |
Query parameters
Type | Params | Values |
POST | Dbid | database ID would be provided by admin |
POST | Username | The user you want to login into the system with |
POST | Password | Password would be Evolution password of the user |
Example requests
{
"dbid": 8,
"username": "Admin",
"password": "K9JskQa6AlILqpI2780JHw=="
}