v1

latestSwagger 2.02026-07-17547.5 KB
User

List Users

List all users in the database

get/api/users

Response

OK

Example response

{
  "data": [
    {
      "email": "joe@gmail.com",
      "id": 123,
      "name": "Joe"
    }
  ]
}
All 5 operations