cURL
curl --request POST \ --url https://api.alerty.ai/organization/{id}/invitation \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "email": "<string>", "role": "<string>", "userId": "<string>", "organizationId": "<string>" }'
This response does not have an example.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
the organization id
successful sent invitation