Invite users

POST {{baseUrl}}/org/:orgId/invite

Invite users to the organization by email.

Request Body

{
  "email": "The email of the user.",
  "isadmin": false
}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring