Platform API 3.0
//Invite User
Sends an email invitation to others to join an organization
Security
bearer-key
POST
{ "email": "jon.smith@mail.com" }
Response
{ "supportToken": "1171c60d", "response": { "uuid": "123e4567-e89b-12d3-a456-426655440000", "name": "Jon Smith", "email": "jon.smith@mail.com", "userType": "REGULAR", "existsInOrg": true } }