# Cyclos4102Api.BasicOperatorQueryFilters

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**creationPeriod** | **[Date]** | The minimum / maximum user creation date. Only taken into account if searching as administrator or managing broker. Is expressed an array, with the lower bound as first element, and the upper bound as second element. When only one element, will have just the lower bound. To specify only the upper bound, prefix the value with a comma.  | [optional] 
**statuses** | [**[UserStatusEnum]**](UserStatusEnum.md) | The possible statuses for an user Possibles values for each array element are: * active: The user is active and can use the system normally. * blocked: The user has been blocked from accessing the system. Other users still see him/her. * disabled: The user has been disabled - he/she cannot access the system and is invisible by other users. * pending: The user registration is pending a confirmation. Probably the user has received an e-mail with a link that must be followed to complete the activation. The user is invisible by other users. * removed: The user was permanently removed. It&#39;s profile is kept for historical purposes.  | [optional] 


