Zum Hauptinhalt springen
POST
/
user
/
default-tenant
cURL
curl -X POST \
 /user/default-tenant \
 --header "Content-Type: application/json" \
 --header "Authorization: Bearer <token>" \
 --data '{
    "tenantId": "A1234567890"
}'

Autorisierungen

Authorization
string
header
erforderlich

Value for the Authorization header parameter.

Body

The new User resource

tenantId
string
erforderlich

The tenant ID which should be set as default

Beispiel:

"A1234567890"

Antwort

The default tenant was set successfully