List local user accounts on multiple devices
Return the local user accounts provisioned on MULTIPLE devices in one call, grouped by device id, each account with its privilege level (rights: ADMIN / USER / UNKNOWN). Use this to answer fleet-wide questions such as “which users hold local administrator rights on their machine”: list the devices with getDevices or searchDevices, then pass their ids here. Provide a list of deviceIds (up to 200 per call). Prefer this over calling getDeviceUsers once per device.
Authorizations
Use your Primo API key in the Authorization header as Bearer <API_KEY>.
Body
Device ids to fetch local user accounts for. Up to 200 per call.
1 - 200 elementsResponse
Local user accounts grouped by device id.