Invite user from identity provider
POST {{baseUrl}}/v1/users/invite
Invite a user from an external identity provider to Talon.One by sending an invitation to their email address.
Request Body
{"name"=>"John Doe", "userGroups"=>["Managers", "Customer support"], "email"=>"john.doe@example.com"}