Actions
Get Control Owners
Get control owners for a control.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Control ID | The unique identifier of the control for which to retrieve owners information. |
| Exclude ID | Exclude user by id. |
| Framework Slug | Filter data by controls associated with this framework slug. |
| Include User ID | A user to return. |
| Query | User first name, or last name, or email, or full name. |
| Parameter | Description |
|---|---|
| Limit | How many items are your requesting. |
| Next Page | The next page Uri. |
| Page | Which page of data are you requesting. |
{
"data": [],
"limit": 10,
"nextPage": "d2lraS9hcGkvdjIvcGFnZXM/bGltaXQ9MTAmY3Vyc29yPWV5SnBaQ0k2SWpJM05USTJPVGdpTENKamIyNTBSUGNtUmxjbFpoYkhWbElqb3lOelV5TmprNGZRPT0=",
"page": 1,
"total": 100
}
Was this page helpful?