-
Type:
Bug
-
Resolution: Low Engagement
-
Priority:
Low
-
None
-
Affects Version/s: 2.7.2
-
Component/s: REST
-
Severity 3 - Minor
-
3
When querying with CQL, any restriction on a secondary property (i.e., a custom attribute) fails:
GET http://localhost:8095/crowd/rest/usermanagement/1/search?entity-type=user&expand=user&restriction=position%3Dgoalkeeper
{
"reason": "ILLEGAL_ARGUMENT",
"message": "Unknown type for property: position"
}