POST
/
v1
/
tenants
/
{tenantId}
/
administrators
curl --request POST \
  --url https://platform.realto.io/api/v1/tenants/{tenantId}/administrators \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "administrators": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "entities": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

tenantId
string
required

The id of the Tenant

Body

The id of the member

A request to add a Principal

id
string | null

The id of the Principal

Response

200
application/json
OK

A Tenant

administrators
string[] | null

The administrators of the Tenant

entities
string[] | null

The entities of the Tenant

id
string

The id

name
string | null

The name of the Tenant