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 Request Could Not Be Handled error in Advanced Search option for Role Reviews when Actions column selected in RSA Governan… 10Number of Views While searching for groups in review definition in RSA Identity Governance & Lifecycle there is a Java.lang.NullPointerExc… 48Number 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 Serial number is the only field visible when searching for tokens using Where search in RSA Authentication Manager 8.x 71Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Enable SSH from a console connection if the Operations Console is not available for RSA Authentication Manager 8.x Download RSA SecurID Access Cloud Administration audit logs using Cloud Administration REST API CLU RSA MFA Agent 2.4.3 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?