> 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/input-types/role-assignee-input.md).

# RoleAssigneeInput

Input object for defining the role and assignee of the assignment to a resource.

```graphql
input RoleAssigneeInput {
  assignees: [ID!]!
  roleID: ID!
}
```

### Fields

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

The assignees to assign the role to.

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

The role to assign.

### Member Of

[`updateRoleAssigneesOnAccessControl`](/api/graphql/data-access/mutations/update-role-assignees-on-access-control.md) mutation ● [`updateRoleAssigneesOnDataObject`](/api/graphql/data-access/mutations/update-role-assignees-on-data-object.md) mutation ● [`updateRoleAssigneesOnDataSource`](/api/graphql/data-access/mutations/update-role-assignees-on-data-source.md) mutation
