Create a REST resource for group membership of all users and child groups

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Fixed
    • 2.3
    • Component/s: None
    • None

      Crowd clients that are synchronising group memberships need access to all user and nested groups. This is currently two separate HTTP requests for each group. We should add a single resource to return everything.

      Add usermanagement/1/group/membership, a resource with all membership information.

      e.g.

      <memberships>
       <membership group='parent-group'>
        <users>
         <user name='parent-group-user'/>
         ...
        </users>
        <groups>
         <group name='child-group'/>
         ...
        </groups>
       </membership>
       ...
      </memberships>
      

            Assignee:
            joe
            Reporter:
            joe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 16h
                16h
                Remaining:
                Time Spent - 14h Remaining Estimate - 2h
                2h
                Logged:
                Time Spent - 14h Remaining Estimate - 2h
                14h