UsersFilter
Definition used to filter users returned in the query
This page contains
Fields
| name String | User first name or last name by which to filter |
| email String | Email address by which to filter |
| searchText String | first name, last name or email address for filtering the results |
| createdAfter DateTime | |
| createdBefore DateTime | |
| lastModified DateTime | The date on which to filter, when the user was last modified |
| status UserStatus | Status of user by which to filter |
| roles [AccountMembershipRole!] | If specified, returns only users with the specified role enabled |