Skip to main content
POST
/
system_administrators
{
  "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>"
}
]
}

Body

application/json
email
string<email>
required
roles
string[]
required

System administrator roles

Minimum array length: 1

This role is allowed to manage Spaces, Space users, Data engines and other System administrators.

Allowed value: "ROLE_SYSTEM_ADMINISTRATOR"

Response

Created system administrator

object
object