access_group
Query access groups with flexible filters for roles, users, and customers. Retrieve paginated, ordered results to manage access permissions.
Instructions
Access Groups · query accessGroup. Variables: after, filter, first, order, after1, filter1, first1, order1, after2, filter2, first2, order2, id. Example variables: {"after":"T18w","filter":{"accessGroups":[""],"customers":[""],"ids":[""],"name":"","roles":[""],"users":[""]},"first":10,"order":{"direction":"ASC","orderBy":"NAME"},"after1":"T18w","filter1":{"accessGroups":[""],"customers":[""],"id...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | GraphQL: ID! | |
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: PodOrder | |
| after1 | No | GraphQL: String | |
| after2 | No | GraphQL: String | |
| filter | No | GraphQL: PodFilter | |
| first1 | No | GraphQL: Int | |
| first2 | No | GraphQL: Int | |
| order1 | No | GraphQL: RoleOrder | |
| order2 | No | GraphQL: UserOrder | |
| filter1 | No | GraphQL: RoleFilter | |
| filter2 | No | GraphQL: UserFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |