cURL
Organization Groups
List Group Members
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 members for.
Query Parameters
The offset to start from. If you enter 10, it will start from the 10th member.
Required range:
x >= 0The number of members to return.
Required range:
1 <= x <= 100The text string that member email(in case of users) or name(in case of machine identities) will be filtered by.
The column to order members by.
Available options:
name The direction to order members in.
Available options:
asc, desc Filter members by type. Can be a single value ('users' or 'machineIdentities') or an array of values. If not specified, both users and machine identities will be returned.
Available options:
users, machineIdentities