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

addWhoToAccessControlFromAccessRequest

Add new WHO items to the given access control in the context of an access request. This will basically do the same as addWhoToAccessControl, but will also synchronously recalculate the access request implementation state so it can immediately be shown.

addWhoToAccessControlFromAccessRequest(
  accessControlId: ID!
  accessRequestId: ID!
  toAdd: [WhoItemInput!]
): AccessControlFromAccessRequestResult!

Arguments

accessControlId ● ID! non-null scalar

accessRequestId ● ID! non-null scalar

toAdd ● [WhoItemInput!] list input

Type

AccessControlFromAccessRequestResult union

Last updated

Was this helpful?