Studio Service

UserFilter

UserFilter

A filter to be used against User object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idUUIDFilterFilter by the object’s `id` field.
orgIdUUIDFilterFilter by the object’s `orgId` field.
userTypeUserTypeFilterFilter by the object’s `userType` field.
emailStringFilterFilter by the object’s `email` field.
statusUserStatusFilterFilter by the object’s `status` field.
givenNameStringFilterFilter by the object’s `givenName` field.
familyNameStringFilterFilter by the object’s `familyName` field.
isOwnerBooleanFilterFilter by the object’s `isOwner` field.
providerStringFilterFilter by the object’s `provider` field.
connectionStringFilterFilter by the object’s `connection` field.
metadataJSONFilterFilter by the object’s `metadata` field.
preferencesJSONFilterFilter by the object’s `preferences` field.
receiveUpdatesReceiveUpdatesFilterFilter by the object’s `receiveUpdates` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
updatedAtDatetimeFilterFilter by the object’s `updatedAt` field.
deletedAtDatetimeFilterFilter by the object’s `deletedAt` field.
createdByUUIDFilterFilter by the object’s `createdBy` field.
updatedByUUIDFilterFilter by the object’s `updatedBy` field.
deletedByUUIDFilterFilter by the object’s `deletedBy` field.
lastAuthenticatedAtDatetimeFilterFilter by the object’s `lastAuthenticatedAt` field.
and[UserFilter!]Checks for all expressions in this list.
or[UserFilter!]Checks for any expressions in this list.
notUserFilterNegates the expression.