# Search Users by filters Search Users by filters Endpoint: GET /api/users/filters Version: 1.0 Security: Bearer ## Query parameters: - `User` (string) Search a user by first name, last name, user email or user name - `UserName` (string) Search a user by first name or last name - `UserFirstName` (string) - `UserLastName` (string) - `UserNotificationEmail` (string) - `UserLogin` (string) - `OwningCompanyId` (string) - `IsEnabled` (boolean) - `IsDisabled` (boolean) - `IsSuspended` (boolean) - `IsDeactivated` (boolean) - `IsAccountAdministrator` (boolean) - `IsMainContact` (boolean) - `IsLocked` (boolean) - `UserJobTitle` (integer) - `Skip` (integer) - `Take` (integer) ## Response 200 fields (application/json): - `users` (array,null) - `users.userId` (string) - `users.userFirstName` (string,null) - `users.userLastName` (string,null) - `users.userNotificationEmail` (string,null) - `users.userLogin` (string,null) - `users.owningCompanyId` (string,null) - `users.userStatus` (string,null) - `users.userPhotoUrl` (string,null) - `users.isAccountAdministrator` (boolean) - `users.isMainContact` (boolean) - `users.userLocked` (boolean) - `users.userLockedDate` (string,null) - `users.userUnlockedDate` (string,null) - `users.userJobTitle` (string,null) - `users.userJobTitleId` (integer,null) - `users.userPhone` (string,null) - `users.userPhone2` (string,null) - `users.comment` (string,null) - `users.userLanguagePreference` (string,null) - `users.userCivility` (string,null) - `users.responsibilities` (array,null) - `users.createdAt` (string,null) - `users.modifiedAt` (string,null) - `users.country` (string,null) - `users.timeZone` (string,null) - `users.lastStatusUpdatedDate` (string,null) - `users.isContactManager` (boolean) - `users.userLastLoggedInDate` (string,null) - `skipAndTakeQueryStats` (object,null) - `skipAndTakeQueryStats.totalCount` (integer) - `skipAndTakeQueryStats.currentCount` (integer) ## Response 404 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null)