Migrate GET group/…/staff

This endpoint has been retained, but there are some changes in the response.

Overview

Endpoint Response
Current GET /api/2/group/{group}/staff 2.0 GroupStaff
Target GET /api/2.1.1/group/{group}/staff 2.1.1 GroupStaff

Changes

In the response of this call, the group field was changed to a 2.1.1 Group object containing the id of the group (also in the groupStaffUsers objects).

Some fields have been added to the groupStaffUsers.user. It is recommended to use name instead of realName (which will be removed in a future API version).