curl --request POST \
--url https://api.swarmd.ai/relay/v1/policy-groups/{groupId}/members \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"policyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"orderIndex": 123
}
'Security Requirements
| Auth Types | Entities | Permissions | Required Roles |
|---|---|---|---|
| USER | TENANT | WRITE | TENANT:WRITE |
curl --request POST \
--url https://api.swarmd.ai/relay/v1/policy-groups/{groupId}/members \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"policyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"orderIndex": 123
}
'