Get UsersCopy Pageget https://platform.{env}.simpplr.com/v1/b2b/identity/usersThis API allows you to get all users of a tenant.Query ParamspageSizeintegerDefaults to 50The number of users to return per page.pageTokenstringShould be a integer returned as nextPageToken from previous page requestparseCustomFieldsstringenumDefaults to falseWhether to parse custom fields (if custom field types enabled)truefalseAllowed:truefalseincludeTotalbooleanDefaults to falseWhether to include the total number of users in the response. To include set it to truetruefalsefieldsString 1String 2enumComma separated list of fields to include in the response. use all to include all fields use minimal to include only the login identifiers use comma separated field names to include specific fields Ex: firstName,lastName,etcuse all to include all fields use minimal to include only the login identifiersallminimalmodifiedAfterdate-timeFilter users modified after this date-time. Must be in ISO 8601 UTC format (e.g. 2025-04-09T18:30:00.000Z)sortBystringField to sort the users by value can be csv Ex: firstName:ASC,lastName:DSCemployeeNumberstringfilter users by employee numberfirstNamestringfilter users by first nameResponses 200Success 400Validation Error Response 401Authorize error 403Forbidden errorUpdated 7 months ago