curl --request POST \
--url https://api.sandbox.tesouro.com/identity/v1/organizations/{organizationId}/enable \
--header 'Authorization: Bearer <token>'{
"isEnabled": true,
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Only VSP or EMBEDDED organizations can be enabled. The target organization must be visible in the caller’s hierarchy. Requires org:write:all scope.
Token types: APP, USER | Required scopes: org:write:all
curl --request POST \
--url https://api.sandbox.tesouro.com/identity/v1/organizations/{organizationId}/enable \
--header 'Authorization: Bearer <token>'{
"isEnabled": true,
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The organization ID to enable.
Was this page helpful?