For the complete documentation index, see llms.txt. This page is also available as Markdown.

AccessRequestAccessControlListFilterInput

Filter options for the access-control beneficiary list of an access request.

input AccessRequestAccessControlListFilterInput {
  actions: [AccessControlAction!]
}

Fields

actions ● [AccessControlAction!] list enum

Only return beneficiaries whose access control has one of these actions (e.g. pass Group to get only groups). When omitted, all access-control beneficiaries including groups are returned.

Last updated

Was this helpful?