Filter: UserFilter
Filter type for User.
All fields in this type are and-combined; see the or
field for or-combination.
Related Types
Input Fields
Name | Type | Description |
---|---|---|
AND | UserFilter | A field that checks if all filters in the list apply If the list is empty, this filter applies to all objects. |
OR | UserFilter | A field that checks if any of the filters in the list apply. If the list is empty, this filter applies to no objects. Note that only the items in the list or-combined; this complete |
createdAt | DateTime | Checks if If an index exists on The instant this object has been created |
createdAt_gt | DateTime | Checks if The instant this object has been created |
createdAt_gte | DateTime | Checks if The instant this object has been created |
createdAt_in | DateTime | Checks if The instant this object has been created |
createdAt_lt | DateTime | Checks if The instant this object has been created |
createdAt_lte | DateTime | Checks if The instant this object has been created |
createdAt_not | DateTime | Checks if The instant this object has been created |
createdAt_not_in | DateTime | Checks if The instant this object has been created |
deletedAt | DateTime | Checks if If an index exists on The date in which the user was deleted from the app |
deletedAt_gt | DateTime | Checks if The date in which the user was deleted from the app |
deletedAt_gte | DateTime | Checks if The date in which the user was deleted from the app |
deletedAt_in | DateTime | Checks if The date in which the user was deleted from the app |
deletedAt_lt | DateTime | Checks if The date in which the user was deleted from the app |
deletedAt_lte | DateTime | Checks if The date in which the user was deleted from the app |
deletedAt_not | DateTime | Checks if The date in which the user was deleted from the app |
deletedAt_not_in | DateTime | Checks if The date in which the user was deleted from the app |
String | Checks if If an index exists on See also Email address of the user | |
email_contains | String | Checks if Email address of the user |
email_ends_with | String | Checks if Email address of the user |
email_gt | String | Checks if Email address of the user |
email_gte | String | Checks if Email address of the user |
email_in | String | Checks if Email address of the user |
email_like | String | Matches
If an index exists on Email address of the user |
email_lt | String | Checks if Email address of the user |
email_lte | String | Checks if Email address of the user |
email_not | String | Checks if Email address of the user |
email_not_contains | String | Checks if Email address of the user |
email_not_ends_with | String | Checks if Email address of the user |
email_not_in | String | Checks if Email address of the user |
email_not_like | String | Checks if
Email address of the user |
email_not_starts_with | String | Checks if Never uses an index. Consider using Email address of the user |
email_starts_with | String | Checks if Never uses an index. Consider using Email address of the user |
eulaAcceptedAt | DateTime | Checks if If an index exists on The date the user accepted the EULA |
eulaAcceptedAt_gt | DateTime | Checks if The date the user accepted the EULA |
eulaAcceptedAt_gte | DateTime | Checks if The date the user accepted the EULA |
eulaAcceptedAt_in | DateTime | Checks if The date the user accepted the EULA |
eulaAcceptedAt_lt | DateTime | Checks if The date the user accepted the EULA |
eulaAcceptedAt_lte | DateTime | Checks if The date the user accepted the EULA |
eulaAcceptedAt_not | DateTime | Checks if The date the user accepted the EULA |
eulaAcceptedAt_not_in | DateTime | Checks if The date the user accepted the EULA |
groups_empty | Boolean | Checks if |
groups_every | GroupFilter | Makes sure all items in |
groups_none | GroupFilter | Makes sure none of the items in Note that you can specify the empty object for this filter to make sure |
groups_some | GroupFilter | Makes sure at least one of the items in "groups" matches a certain filter. Note that you can specify the empty object for this filter to make sure |
id | ID | Checks if If an index exists on An auto-generated string that identifies this root entity uniquely among others of the same type |
id_gt | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_gte | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_in | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_lt | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_lte | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_not | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_not_in | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
legacyDeletedAt | DateTime | Checks if If an index exists on The date in which the user was deleted from the legacy application |
legacyDeletedAt_gt | DateTime | Checks if The date in which the user was deleted from the legacy application |
legacyDeletedAt_gte | DateTime | Checks if The date in which the user was deleted from the legacy application |
legacyDeletedAt_in | DateTime | Checks if The date in which the user was deleted from the legacy application |
legacyDeletedAt_lt | DateTime | Checks if The date in which the user was deleted from the legacy application |
legacyDeletedAt_lte | DateTime | Checks if The date in which the user was deleted from the legacy application |
legacyDeletedAt_not | DateTime | Checks if The date in which the user was deleted from the legacy application |
legacyDeletedAt_not_in | DateTime | Checks if The date in which the user was deleted from the legacy application |
organization | OrganizationFilter | Checks if |
role | UserRole | Checks if If an index exists on The role the user has within the Organization. This field is being deprecated in favor of the roles field. |
role_in | UserRole | Checks if The role the user has within the Organization. This field is being deprecated in favor of the roles field. |
role_not | UserRole | Checks if The role the user has within the Organization. This field is being deprecated in favor of the roles field. |
role_not_in | UserRole | Checks if The role the user has within the Organization. This field is being deprecated in favor of the roles field. |
roles_empty | Boolean | Checks if |
roles_every | StringFilter | Makes sure all items in |
roles_none | StringFilter | Makes sure none of the items in Note that you can specify the empty object for this filter to make sure |
roles_some | StringFilter | Makes sure at least one of the items in "roles" matches a certain filter. Note that you can specify the empty object for this filter to make sure |
settings | UserSettingsFilter | Allows to filter on the fields of Note that |
updatedAt | DateTime | Checks if If an index exists on The instant this object has been updated the last time (not including relation updates) |
updatedAt_gt | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_gte | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_in | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_lt | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_lte | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_not | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_not_in | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
This page was generated: 2024-11-06