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

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Body

The new User resource

Response

204

The default tenant was set successfully