Support filtering the REST API call GET group memberships by using the email address

XMLWordPrintable

    • 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>
      

            Assignee:
            Unassigned
            Reporter:
            Mark M (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: