Find control owners by control id

Get control owners for a control

Securitybearer
Request
path Parameters
id
required
number
query Parameters
page
number >= 1
Default: 1

Which page of data are you requesting

limit
number [ 1 .. 50 ]
Default: 20

How many items are you requesting

q
string

User first name, or last name, or email, or full name

Example: q=John Doe
frameworkSlug
string

Filter data by controls associated with this framework slug

Example: frameworkSlug=soc2
includeUserIds[]
Array of integers or null

A set of users to return

Example: includeUserIds[]=1&includeUserIds[]=2&includeUserIds[]=3
excludeIds
Array of numbers

Exclude users by array of id

Example:
Responses
200
400

Malformed data and/or validation errors

401

Invalid Authorization

403

You are not allowed to perform this action

404

Record Not Found

500

Internal server error

default

Response Code: 412

You must accept the Drata terms and conditions to use the API

get/public/controls/{id}/owners
Request samples
Response samples
application/json
{
  • "data": [
    • { }
    ],
  • "page": 1,
  • "limit": 10,
  • "total": 100
}