cURL
Organization Groups
List Group Machine Identities
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://infisical-docs-self-host-infra.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The ID of the group to list identities for.
Query Parameters
The offset to start from. If you enter 10, it will start from the 10th identity.
Required range:
x >= 0The number of identities to return.
Required range:
1 <= x <= 100The text string that machine identity name will be filtered by.
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.
Available options:
assignedMachineIdentities, nonAssignedMachineIdentities