GraphQL INPUT_OBJECT
UserAccountSearchParameters
Input for search parameters of a given user account.
link Definition
- input UserAccountSearchParameters {
- # Maximum number of items that should be retrieved.
- Int :
- # Starting index for retrieving the items.
- Int :
- # Input for ordering the result before applying the offset.
- UserAccountSearchOrderByInput] : [
- # ID of the user account.
- NumericIdSearchRelationInput :
- # ID of the client account.
- NumericIdSearchRelationInput :
- # Username of the user.
- StringExtendedSearchRelationInput :
- # First name of the user.
- StringExtendedSearchRelationInput :
- # Last name of the user.
- StringExtendedSearchRelationInput :
- # Email of the user.
- StringExtendedSearchRelationInput :
- # Company of the user.
- StringExtendedSearchRelationInput :
- # ID of the department user account belongs to.
- NumericIdSearchRelationInput :
- # ID of the office user account belongs to.
- NumericIdSearchRelationInput :
- # ID of the user who created user account.
- NumericIdSearchRelationInput :
- # ID of the user who last modified user account.
- NumericIdSearchRelationInput :
- # Date and time when the user account was modified.
- DateTimeSearchRelationInput :
- # Date and time when the userAccount was created.
- DateTimeSearchRelationInput :
- # Date and time of the latest user's login.
- DateTimeSearchRelationInput :
- # User account status.
- UserAccountStatusSearchRelationInput :
- # User account type.
- UserAccountTypeSearchRelationInput :
- # Privileges that are assigned to the user.
- StringExtendedSearchRelationInput :
- }