Skip to content

List all users

GET
/api/v1/admin/users

Returns all registered users with their plan and admin status. Requires admin role.

List of users.

object
users
Array<object>
object
id
integer
oauth_sub
string
email
string
is_admin
boolean
plan
string
Allowed values: free pro business selfhosted
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 found
Example
{
"error": "unauthorized"
}

Not found (non-admin users).