POST /v1/organizations/id/invite
Endpoint
Section titled “Endpoint”POST /v1/organizations/{id}/invite
Authentication
Section titled “Authentication”No authentication required.
Request Body
Section titled “Request Body”{}cURL Example
Section titled “cURL Example”curl -X POST "https://api.sapiom.ai/v1/organizations/:id/invite" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"