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

# roleAssignments

Retrieves the role assignments matching the given filter. Currently this is only used for the `ownerRole`.

```graphql
roleAssignments(
  after: String
  filter: RoleAssignmentFilterInput
  limit: Int
  order: [RoleAssignmentOrderInput!]
): RoleAssignmentConnectionResult!
```

### Arguments

#### after ● [`String`](/api/graphql/data-access/scalars/string.md) scalar <a href="#after" id="after"></a>

#### filter ● [`RoleAssignmentFilterInput`](/api/graphql/data-access/input-types/role-assignment-filter-input.md) input <a href="#filter" id="filter"></a>

#### limit ● [`Int`](/api/graphql/data-access/scalars/int.md) scalar <a href="#limit" id="limit"></a>

#### order ● [`[RoleAssignmentOrderInput!]`](/api/graphql/data-access/input-types/role-assignment-order-input.md) list input <a href="#order" id="order"></a>

### Type

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