Skip to main content
POST
/
api
/
v1
/
groups
/
{id}
/
machine-identities
/
{machineIdentityId}
cURL
curl --request POST \
  --url https://us.infisical.com/api/v1/groups/{id}/machine-identities/{machineIdentityId}
{
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://infisical.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

The ID of the group to add the machine identity to.

machineIdentityId
string
required

The ID of the machine identity to add to the group.

Response

Default Response

id
string
required