Once you have the criteria from your customer, you can use them to make filtered requests against Kombo’s endpoints. You should be able to filter all relevant things based on the query parameters that are already provided. Therefore you do not have to read all the data and filter it on your end.When combining top-level filters they are working in an and fashion, but comma-separated filters are working in an or fashion. For example:The query parameters ?group_ids=123,321&location_ids=abc could be translated to “give me all employees that are part of either group 123 or 321, and of location abc”The available query parameters are listed under each endpoint:
Optional: Make transparent, which users didn’t get access
Some customers decide to include a UI component on the settings page that shows a list of users who were recently off-boarded due to being moved to a new group or their employment expiring.While this can provide a cleaner UX to your customer, you should be careful with sharing and exposing data of people that are not entitled to your product anymore due to GDPR data minimization.