Add Additional filters to SCIM's get /Users

Hi there, I’ve been working on integrating my application with Okta using SCIM. However, I’ve run into a small problem.
Basically, I am provisioning different types of users in my application i.e. managers, employees, etc. However, when Okta’s SCIM integration sends a GET request at the /Users endpoint, it only sends one filter param i.e. email.
Is it possible to send additional params i.e. type along with the filter param? If so, how can i configure my integration to do so?

Hi @hashim! Looks like Okta can only filter via username at the moment - SCIM 2.0 Protocol Reference | Okta Developer. But please share your use case with our product team on our ideas page, there may be a similar need.