Auth
Invite
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Request payload for inviting a new user.
Full name of the invitee.
Example:
"Gabriel Carechio"
Email address of the invitee.
Example:
"gabriel@axion.company"
Phone number of the invitee.
Example:
"5511961877409"
Password for the invitee's account.
Example:
"123456"
Response
200 - application/json
Successful response
Successful invitation response.