Documentation

GET user/current

Used for

Checking the current user which is logged in for client and API.

Authentication

valid username.

Parameters

No parameters

Response codes

  • 200 OK

Example

Checking current user.

GET api/rest/user/current 
Response: 
{
  "loggedin": true,
  "username": "admin"
}