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

addWhoToAccessControl

WARNING - DEPRECATED

Please use updateAccessControl in combination with the input field whoItemsToAdd.

Add new WHO items to the given access control. When a specific WHO item (user, group or access control) is already present in the WHO list, the expiration information is updated when needed.

addWhoToAccessControl(
  id: ID!
  toAdd: [WhoItemInput!]
): AccessControlResult! @deprecated

Arguments

id ● ID! non-null scalar

toAdd ● [WhoItemInput!] list input

Type

AccessControlResult union

Last updated

Was this helpful?