Auth Controller

get
Authorizations
Responses
200
OK
*/*
Responsestring[]
get
GET /api/auth/logged-in-users HTTP/1.1
Host: inscada.cloud
Accept: */*
[
  "text"
]
get
Authorizations
Responses
200
OK
*/*
Responsestring[]
get
GET /api/auth/locked-users HTTP/1.1
Host: inscada.cloud
Accept: */*
[
  "text"
]
get
Authorizations
Responses
200
OK
*/*
get
GET /api/auth/current-user HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "menus": [
    "text"
  ],
  "requirePasswordReset": true,
  "spaces": [
    "text"
  ],
  "eulaAccepted": true,
  "name": "text",
  "phone": "text",
  "activeSpace": "text",
  "permissions": [
    "text"
  ],
  "roles": [
    "text"
  ],
  "email": "text",
  "remoteAddress": "text"
}
get
Authorizations
Query parameters
Responses
200
OK
*/*
get
GET /api/auth/auth-logs HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "totalElements": 1,
  "totalPages": 1,
  "first": true,
  "last": true,
  "size": 1,
  "content": [
    {
      "ip": "text",
      "msg": "text",
      "nodeId": "text",
      "username": "text",
      "date": "2025-07-05T18:59:34.150Z",
      "isSuccessful": true
    }
  ],
  "number": 1,
  "sort": [
    {
      "direction": "text",
      "nullHandling": "text",
      "ascending": true,
      "property": "text",
      "ignoreCase": true
    }
  ],
  "numberOfElements": 1,
  "pageable": {
    "offset": 1,
    "sort": [
      {
        "direction": "text",
        "nullHandling": "text",
        "ascending": true,
        "property": "text",
        "ignoreCase": true
      }
    ],
    "pageNumber": 1,
    "unpaged": true,
    "paged": true,
    "pageSize": 1
  },
  "empty": true
}