Allows to invite a member to an organization.
Last updated 1 month ago
{"email":"string","role":"string"}
POST /v2/organization/invite HTTP/1.1 Host: api.qubitro.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 34 { "email": "string", "role": "string" }
OK
{ "success": true, "action": "invite to organization", "status": 200, "message": "Organization invitation sent successfully." }