Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-22413

[REST API] get users from user group aren't returned

    XMLWordPrintable

Details

    Description

      Doing an authorized request to:

      GET /user/groups/5/12/users
      or
      GET /user/group/5/12/users?limit=10&offset=0
      Accept: application/vnd.ez.api.UserList+json
      

      Will always return an empty UserList list:

          {
             "UserList":
             {
                 "_media-type": "application/vnd.ez.api.UserList+json",
                 "_href": "/api/ezp/v2/user/groups/5/12/users",
                 "User":
                 [
                 ]
             }
          }
      

      Steps:

      1. make a request equal to the above example (list admin group users)
      2. verify that the user 'admin' is not returned

      Attachments

        Activity

          People

            Unassigned Unassigned
            marcos.loureiro-obsolete@ez.no Marcos Loureiro (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: