Find managed connections by provider type and current state
🔒 Requires Connections: List Connections permission.
Invalid Authorization
You are not allowed to perform this action
You must accept the Drata terms and conditions to use the API
Internal server error
{- "data": [
- {
- "id": "1",
- "clientType": "GOOGLE",
- "state": "ACTIVE",
- "connected": false,
- "connectedAt": "2025-07-01T16:45:55.246Z",
- "failedAt": "2025-07-01T16:45:55.246Z",
- "clientId": "abc123",
- "clientAlias": "My-connection-alias-1",
- "aliasUpdatedAt": "2025-07-01T16:45:55.246Z",
- "deletedAt": "2025-07-01T16:45:55.246Z",
- "providerTypes": [
- {
- "value": "MDM",
- "isEnabled": true
}
], - "code": 10010,
- "groupLabel": "Everyone"
}
], - "page": 1,
- "limit": 10,
- "total": 100
}Create an IdP connection requires a file to complete the process
🔒 Requires Personnel: Import Personnel permission.
Invalid Authorization
You are not allowed to perform this action
You must accept the Drata terms and conditions to use the API
Internal server error
{ }Update an IdP connection that requires a file to complete the process
🔒 Requires Personnel: Import Personnel permission.
Invalid Authorization
You are not allowed to perform this action
You must accept the Drata terms and conditions to use the API
Internal server error
{ }Create an IdP connection that requires personnel list to complete the process
🔒 Requires Personnel: Import Personnel permission.
required | Array of objects (PersonnelDataPublicDto) The list of personnel |
Invalid Authorization
You are not allowed to perform this action
You must accept the Drata terms and conditions to use the API
Internal server error
{- "personnelData": [
- {
- "id": "233",
- "firstName": "Neil",
- "lastName": "Armstrong",
- "contractor": false,
- "isMfaEnabled": true,
- "jobTitle": "painter",
- "customerId": "A232-23983",
- "date": "2024-10-18T01:28:40"
}
]
}{ }Update an IdP connection that requires personnel list to complete the process
🔒 Requires Personnel: Import Personnel permission.
Invalid Authorization
You are not allowed to perform this action
You must accept the Drata terms and conditions to use the API
Internal server error
{- "personnelData": [
- {
- "id": "233",
- "firstName": "Neil",
- "lastName": "Armstrong",
- "contractor": false,
- "isMfaEnabled": true,
- "jobTitle": "painter",
- "customerId": "A232-23983",
- "date": "2024-10-18T01:28:40"
}
]
}{ }