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
AD Search filters 45Number of Views Insufficient translation of request button name in request forms in RSA Identity Governance & Lifecycle 11Number of Views Unification runs into an error called by webservice call in RSA Identity Governance & Lifecycle 21Number of Views Data Archiving fails with 'Error saving data archival job for the date range' in RSA Identity Governance & Lifecycle 113Number of Views IDC unification runs into an error called by by webservice call in RSA Identity Governance & Lifecycle 26Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA-2026-07: RSA Authentication Manager Security Update for Third-Party Component Vulnerabilities Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?