v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
User management

Reload users

Reload the users from the file system, in the configuration file

post/usermanagement/users/reload

Response

Reload information

result'success' | 'error' required

Result of the request

action'reloadUserConf' required

The id of the action

Example response

{
  "data": {
    "reload": {
      "status": "Done"
    }
  }
}