List all users
GET /api/v1/admin/users
GET
/api/v1/admin/users
Returns all registered users with their plan and admin status. Requires admin role.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”List of users.
object
users
Array<object>
object
id
integer
oauth_sub
string
email
string
is_admin
boolean
plan
string
total_monitors
Total number of monitors owned by this user.
integer
active_monitors
Number of enabled monitors.
integer
created_at
string format: date-time
updated_at
string format: date-time
Authentication credentials are missing or invalid.
Error response returned when a request fails.
object
error
required
A human-readable error message.
string
Example
monitor not foundExample
{ "error": "unauthorized"}Not found (non-admin users).