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

Path Parameters

email
string
required

Email address

Response

System administrator

object
object