cURL
curl -X POST \ /user/default-tenant \ --header "Content-Type: application/json" \ --header "Authorization: Bearer <token>" \ --data '{ "tenantId": "A1234567890" }'
Set the default tenant of the current user
user:write
Value for the Authorization header parameter.
The new User resource
The tenant ID which should be set as default
"A1234567890"
The default tenant was set successfully
Was this page helpful?