# Search Users by ids Search Users by ids Endpoint: POST /api/users/collections Version: 1.0 Security: Bearer ## Request fields (application/json-patch+json): - `userIds` (array, required) Max 1000 ids ## Response 200 fields (application/json): - `userName` (string,null) - `owningCompanyName` (string,null) - `seUserId` (string,null) - `seCompanyId` (string,null) - `userId` (string) - `userFirstName` (string,null) - `userLastName` (string,null) - `userNotificationEmail` (string,null) - `userLogin` (string,null) - `owningCompanyId` (string,null) - `userStatus` (string,null) - `userPhotoUrl` (string,null) - `isAccountAdministrator` (boolean) - `isMainContact` (boolean) - `userLocked` (boolean) - `userLockedDate` (string,null) - `userUnlockedDate` (string,null) - `userJobTitle` (string,null) - `userJobTitleId` (integer,null) - `userPhone` (string,null) - `userPhone2` (string,null) - `comment` (string,null) - `userLanguagePreference` (string,null) - `userCivility` (string,null) - `responsibilities` (array,null) - `createdAt` (string,null) - `modifiedAt` (string,null) - `country` (string,null) - `timeZone` (string,null) - `lastStatusUpdatedDate` (string,null) - `isContactManager` (boolean) - `userLastLoggedInDate` (string,null) ## Response 404 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null)