v4

latestOpenAPI 3.0.32026-07-312,317012.2 MB
Groups

get/api/v1/groups/{id}/machine-identities

Path parameters

idstring required

The ID of the group to list identities for.

Query parameters

offsetnumber

The offset to start from. If you enter 10, it will start from the 10th identity.

limitnumber

The number of identities to return.

searchstring

The text string that machine identity name will be filtered by.

filter'assignedMachineIdentities' | 'nonAssignedMachineIdentities'

Whether to filter the list of returned identities. 'assignedMachineIdentities' will only return identities assigned to the group, 'nonAssignedMachineIdentities' will only return identities not assigned to the group, undefined will return all identities in the organization.

Response

Default Response

totalCountnumber required