invitation
Send invitations to join an organization
post/api/v1/organisations/send-invite
Request body
Response
Invitations sent successfully
Example response
{
"status": "success",
"status_code": 200,
"message": "Invitations sent successfully",
"data": [
{
"email": "user@example.com",
"expires_at": "2024-07-29T13:53:02+01:00",
"organization": "testorg"
}
]
}