Invite multiple users to join your account. Invited users have access to all workflows.
POST
/users
Request Body

emails

array of strings
A list of email addresses to send invitations.

roleKey

string
The role to give the invited users.
Example Response
{ "status": "ok", "code": 200, "data": { "invitationsSent": 2 } }