Groups are collections of Users that can be used to manage permissions and access to resources.
Lists personnel groups (teams / departments) for the account, optionally filtered by a case-insensitive name substring via q. The resolved group id can then be used to filter personnel via groupIds[] on the personnel endpoints. Reuses the Personnel read permission/scope.
🔒 Requires Personnel: List Personnel permission.
Successful
Malformed data and/or validation errors
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,
- "name": "Engineering Team",
- "externalId": "external-group-123",
- "source": "GOOGLE",
- "connectionId": 1,
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "pagination": {
- "cursor": "string",
- "totalCount": 0
}
}