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>"
}

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