Invite a user by email
Creates a pending invitation for an email address. Omit organization_id to invite the user as the founder of a new organization that is created on their first sign-in; provide it to invite them into an existing organization. The invitation is redeemed automatically the first time the invitee signs in with that email.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Email address of the person to invite.
Role to grant the invitee. Defaults to admin when inviting to a new organization and member when inviting into an existing one.
admin, member Organization to invite the user into (e.g. "42"). Omit to create a new organization for the user on their first sign-in.