Invite user

POST {{baseUrl}}/v2/invites

Create a new user in the account and send an invitation to their email address.

Note: The invitation token is valid for 24 hours after the email has been sent. You can resend an invitation to a user with the Resend invitation email endpoint.

Request Body

{"name"=>"John Doe", "email"=>"john.doe@example.com", "isAdmin"=>false, "roles"=>[[2, 4, 13]], "acl"=>"string"}