-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Core - Content REST APIs
-
None
-
1
Problem statement
Currently, the REST API group membership GET method allows you to filter by the username or key attribute.
/rest/api/user/memberof?username=<username> /rest/api/user/memberof?username=<user key>
But it doesn't permit using other attributes like email address.
Suggested Solution
Allow users to use the email address attribute to filter REST API group membership GET method.
/rest/api/user/memberof?username=<email address>