v1

latestOpenAPI 3.0.1Apache 2.02026-07-17427669.7 KB
User

List user

get/api/user

Response

OK

_idstring
created_atstring
namestring
passwordstring
rolestring
saltstring
updated_atstring

Example response

[
  {
    "password": "password",
    "role": "role",
    "salt": "salt",
    "updated_at": "updated_at",
    "name": "name",
    "created_at": "created_at",
    "_id": "_id"
  }
]