Get device group members
getDeviceGroupMembersList devices in a Jamf device group with names, serials, platform, and last-seen time. Accepts a group UUID or name substring; ambiguous names return candidate groups.
Instructions
List the devices in a device group, resolved to names, serials, platform and last-seen time. Accepts a group UUID or a name substring; an ambiguous name returns the candidate groups rather than guessing. Member ids with no matching device are reported separately, since a membership pointing at an absent device is itself worth knowing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | Group UUID, or a substring of the group name | |
| limit | No | Max members to return. Defaults to 200. |