> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/mutations/add-who-to-access-control.md).

# 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.

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

### Arguments

#### id ● [`ID!`](/api/graphql/data-access/scalars/id.md) non-null scalar <a href="#id" id="id"></a>

#### toAdd ● [`[WhoItemInput!]`](/api/graphql/data-access/input-types/who-item-input.md) list input <a href="#to-add" id="to-add"></a>

### Type

#### [`AccessControlResult`](/api/graphql/data-access/unions/access-control-result.md) union
