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
tenantId
string
required

The tenant ID which should be set as default

Example:

"A1234567890"

Response

204
_mintlify/placeholder

The default tenant was set successfully