/users
Base URL: https://hippohonk-api-642586320677.herokuapp.com/
GET
Summary: List users
List all users who have contributed Hippohonk reviews and their various access levels.
Responses
Response 200
OK
Response fields
Returns an array
| Field (*) | Type | Description | Example |
|---|---|---|---|
id | integer | Unique ID for the user. | |
email | string | Email address associated with user. | |
description | text | Description for the user | |
password_digest | string | User password for authentication. | |
admin | boolean | Specifies if the user has access to administrative functions in the app. | |
reviewer | boolean | Specifies if the user has access to the reviewer workflows in the app. |
(*) Required field
Response 500
Server error
Response fields
| Field (*) | Type | Description | Example |
|---|---|---|---|
message * | string |
(*) Required field