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"
    }
  }
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.