Skip to main content
GET
List Admins & Moderators or Get Details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string

If provided, returns the admin/moderator with this ID instead of a list.

email
string

If provided (and id not given), returns the admin/moderator with this email instead of a list.

Response

200 - application/json

List of admins & moderators (when no id/email) or a single admin/moderator (when id/email provided).

users
object[]