Unsupported Search Filter when calling the User Search SCIM API
Originally Published: 2023-03-20
Article Number
Applies To
RSA Product/Service Type: Cloud Administration console
Issue
1. The GET method: GET <Base_URI>/Users?filter=userName sw "<username>"
2. The Error message: Unsupported Search Filter
Testing the same method with Postman yields the same result.
Cause
Refer to the RSA Unified Directory documentation RSA Unified Directory - SCIM API for more information on the Search Filters, how to obtain the Base_URI, needed parameters, etc.
Resolution
1. The modified GET method: GET <Base_URI>/Users?filter=userName eq "<username>"
2. The expected Response:
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"totalResults": 1,
"Resources": [
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User"
],
"id": "<user's UUID>",
"meta": {
"resourceType": "User",
"created": "<Timestamp>",
"lastModified": "<Timestamp>"
},
"userName": "<username>",
"active": true,
"emails": [
{
"value": "<user's email>",
"type": "work"
}
]
}
],
"startIndex": 1,
"itemsPerPage": 1
}
Workaround
Notes
Related Articles
Search for User Requests 4Number of Views Search for Users 5Number of Views Custom user attributes are not available under the table options of the Directories/Applications Account tab in RSA Identi… 21Number of Views Using the Authentication Manager SDK to search for users or groups in All Identity Sources 37Number of Views Search for a Token In Your Deployment 5Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?