/v1/admin/principals| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
typestringRequiredemailobjectnameobjectcurl -X POST '/api-proxy/v1/admin/principals' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"type": "agent",
"email": {},
"name": {}
}'No response body documented
curl -X POST '/api-proxy/v1/admin/principals' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"type": "agent",
"email": {},
"name": {}
}'No response body documented