09-22-2025 07:57 AM
Hi,
I had the following problem:
I want to search an user with GET/identity/scim/{orgId}/v2/Users and filtering with a phoneNumber.
The doc (https://developer.webex.com/admin/docs/api/v1/scim-2-users/search-users) says it works like:
GET/identity/scim/{orgId}/v2/Users?filter=phoneNumbers [ type eq "work" and value eq "+41435470217"]
Here i get a 400 Bad Request, no other response
Another possibility would be:
GET/identity/scim/{orgId}/v2/Users?filter=phoneNumbers.value eq "+41435470217"
Here I get the following response 400 Bad Request
Solved! Go to Solution.
09-23-2025 03:59 AM
@Urs Wuest try url encoding that filter string and see if that works. If it doesn't please open a case with the Dev Support team here - https://developer.webex.com/explore/support
09-23-2025 03:59 AM
@Urs Wuest try url encoding that filter string and see if that works. If it doesn't please open a case with the Dev Support team here - https://developer.webex.com/explore/support
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide