Studio Service

UserCondition

UserCondition

A condition to be used against User object types. All fields are tested for equality and combined with a logical ‘and.’

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
orgIdUUIDChecks for equality with the object’s `orgId` field.
userTypeUserTypeChecks for equality with the object’s `userType` field.
emailStringChecks for equality with the object’s `email` field.
statusUserStatusChecks for equality with the object’s `status` field.
givenNameStringChecks for equality with the object’s `givenName` field.
familyNameStringChecks for equality with the object’s `familyName` field.
isOwnerBooleanChecks for equality with the object’s `isOwner` field.
providerStringChecks for equality with the object’s `provider` field.
connectionStringChecks for equality with the object’s `connection` field.
metadataJSONChecks for equality with the object’s `metadata` field.
preferencesJSONChecks for equality with the object’s `preferences` field.
receiveUpdatesReceiveUpdatesChecks for equality with the object’s `receiveUpdates` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.
deletedAtDatetimeChecks for equality with the object’s `deletedAt` field.
createdByUUIDChecks for equality with the object’s `createdBy` field.
updatedByUUIDChecks for equality with the object’s `updatedBy` field.
deletedByUUIDChecks for equality with the object’s `deletedBy` field.
lastAuthenticatedAtDatetimeChecks for equality with the object’s `lastAuthenticatedAt` field.