Hi there, as I continue to learn more about the RingCentral API, I was curious to know how I would go about filtering and finding a user by a specific email or userName? Here is how I am currently searching:
method: GET,
content_type: application/json,
url: https://platform.ringcentral.com/scim/v2/Users?filter=&userName=testuser@email.com
I don't receive the results I would want from this sadly, as it gives me the default response of getting 100 items. I used this reference: https://developers.ringcentral.com/api-reference/SCIM/searchViaGet2
The startIndex and count work fine, but it is the filter parameter I am having trouble with.
Thank you!