Services to manage access and global configuration for CDQ Cloud Platform.
Identity Management API (2)
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v2/
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/
Organization Resource Quotas
Manage organization resource quotas. It includes operations such as listing all organization resource quotas, creating a new organization resource quota, reading specific organization resource quota details, updating an organization resource quota, and deleting an organization resource quota.
- application/json
- application/xml
Features to be activated during the reading of settings.
| Items Value | Description |
|---|---|
| MASK_CREDENTIALS | Mask credentials. |
- Mock server
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/settings/findEffectiveSettings
- Production SOAP
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v2/settings/findEffectiveSettings
- Production
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/settings/findEffectiveSettings
curl -i -X POST \
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/settings/findEffectiveSettings \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3' \
-d '{
"userId": "johndoe",
"featuresOn": [
"MASK_CREDENTIALS"
],
"featuresOff": [
"MASK_CREDENTIALS"
]
}'{ "settings": { "credentials": [ … ], "dataMirrors": [ … ], "dnbStorages": [ … ], "sgwStorages": [ … ], "dataCurationRules": [ … ], "confirmBankAccount": { … }, "searchIndexId": "basf-5cdcc759d9-9pz6r", "dataComplianceSettings": { … }, "requestors": { … }, "upsertBusinessPartnerSettings": { … } } }
Workspace Resource Quotas
Manage workspace resource quotas. It includes operations such as listing all workspace resource quotas, creating a new workspace resource quota, reading specific workspace resource quota details, updating a workspace resource quota, and deleting a workspace resource quota.