role
Query a role by ID and fetch its associated access groups and users with support for filters, sorting, and pagination.
Instructions
Access Groups · query role. Variables: after, filter, first, order, after1, filter1, first1, order1, id. Example variables: {"after":"T18w","filter":{"customers":[""],"ids":[""],"name":"","pods":[""],"roles":[""],"users":[""]},"first":10,"order":{"direction":"ASC","orderBy":"NAME"},"after1":"T18w","filter1":{"accessGroups":[""],"customers":[""],"ids":["<ID...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | GraphQL: ID! | |
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: AccessGroupOrder | |
| after1 | No | GraphQL: String | |
| filter | No | GraphQL: AccessGroupFilter | |
| first1 | No | GraphQL: Int | |
| order1 | No | GraphQL: UserOrder | |
| filter1 | No | GraphQL: UserFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |