> 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/reassign-role.md).

# reassignRole

Reassign a specific role from one user to another on all entities.

```graphql
reassignRole(
  from: ID!
  role: ID!
  to: ID!
): RoleResult!
```

### Arguments

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

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

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

### Type

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