Skip to main content
GET
/
system_administrators
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "email": "jsmith@example.com",
      "roles": [
        "<string>"
      ]
    }
  ]
}
{
  "status": "<string>",
  "context": {},
  "type": "<string>",
  "title": "<string>",
  "detail": "<string>",
  "violations": [
    {
      "title": "<string>",
      "propertyPath": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

filter
string

Apply search criteria

Response

A list of system administrators

metadata
object
results
object[]