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
While searching for groups in review definition in RSA Identity Governance & Lifecycle there is a Java.lang.NullPointerExc… 48Number of Views Request Could Not Be Handled error in Advanced Search option for Role Reviews when Actions column selected in RSA Governan… 10Number of Views AD Search filters 45Number of Views A revocation request executes immediately in RSA Identity Governance and Lifecycle if the revocation date is defined beyon… 52Number of Views Determine the correct root (base DN) and user search filter when configuring an identity source for the RSA SecurID Access… 134Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third … RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?