/v1/spaces/{space_id}/members| Name | Type | Required | Description |
|---|---|---|---|
space_id | string (uuid) | Required |
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
principal_idstringRequiredcurl -X POST '/api-proxy/v1/spaces/{space_id}/members' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"principal_id": "550e8400-e29b-41d4-a716-446655440000"
}'No response body documented
curl -X POST '/api-proxy/v1/spaces/{space_id}/members' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"principal_id": "550e8400-e29b-41d4-a716-446655440000"
}'No response body documented