User's Assigned Policies track the acknowledgement of Policy Versions by Users.
🔒 Requires User Policies: List User's Assigned Policies permission.
required | number or string A Drata integer ID or an email address of the form 'email:value'. |
Successful
Malformed data and/or validation errors
Invalid Authorization
You are not allowed to perform this action
Not Found
You must accept the Drata terms and conditions to use the API
Internal server error
{- "data": [
- {
- "id": 1,
- "acceptedAt": "2025-07-01T16:45:55.246Z",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "sourceType": "MY_DRATA",
- "details": "string",
- "policyId": 1,
- "policyVersionId": 1,
- "policy": {
- "id": 1,
- "name": "Acceptable Use Policy",
- "description": "string",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "assignedTo": "ALL",
- "policyStatus": "ACTIVE",
- "renewalDate": "2025-07-01T16:45:55.246Z"
}, - "policyVersion": {
- "id": 1,
- "version": 1,
- "current": true,
- "type": "UPLOADED",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "renewalDate": "2025-07-01T16:45:55.246Z",
- "subVersion": 1,
- "description": "string",
- "approvedAt": "2025-07-01T16:45:55.246Z",
- "changesExplanation": "string",
- "publishedAt": "2025-07-01T16:45:55.246Z",
- "requiresAcknowledgment": true
}
}
], - "pagination": {
- "cursor": "string",
- "totalCount": 0
}
}🔒 Requires User Policies: Acknowledge User's Assigned Policy permission.
Created
Malformed data and/or validation errors
Invalid Authorization
You are not allowed to perform this action
Not Found
There is a conflict in the business rules with this request
You must accept the Drata terms and conditions to use the API
Internal server error
{- "acceptedAt": "2023-01-01T00:00:00.000Z",
- "details": "Accepted in Confluence via plugin"
}{- "id": 1,
- "acceptedAt": "2025-07-01T16:45:55.246Z",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "sourceType": "MY_DRATA",
- "details": "string",
- "policyId": 1,
- "policyVersionId": 1,
- "policy": {
- "id": 1,
- "name": "Acceptable Use Policy",
- "description": "string",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "assignedTo": "ALL",
- "policyStatus": "ACTIVE",
- "renewalDate": "2025-07-01T16:45:55.246Z"
}, - "policyVersion": {
- "id": 1,
- "version": 1,
- "current": true,
- "type": "UPLOADED",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "renewalDate": "2025-07-01T16:45:55.246Z",
- "subVersion": 1,
- "description": "string",
- "approvedAt": "2025-07-01T16:45:55.246Z",
- "changesExplanation": "string",
- "publishedAt": "2025-07-01T16:45:55.246Z",
- "requiresAcknowledgment": true
}
}