UserGroupFilter
UserGroupFilter
A filter to be used against UserGroup object types. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
| userId | UUIDFilter | Filter by the object’s `userId` field. | |
| groupId | UUIDFilter | Filter by the object’s `groupId` field. | |
| createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
| createdBy | UUIDFilter | Filter by the object’s `createdBy` field. | |
| permissions | StringListFilter | Filter by the object’s `permissions` field. | |
| permissionSets | UUIDListFilter | Filter by the object’s `permissionSets` field. | |
| and | [UserGroupFilter!] | Checks for all expressions in this list. | |
| or | [UserGroupFilter!] | Checks for any expressions in this list. | |
| not | UserGroupFilter | Negates the expression. | |