Create User Invite
Start onboarding of a new user in a company.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
E-Mail of the user to invite
1
UUID of the company that the user is going to be part of
Success URL - the user will be redirected here after successfully completing authentication flow
1
Failure URL - the user will be redirected here if either the flow was cancelled or not completed for any other reason
1
1
First name of the user
1
Last name of the user
1
Response
E-Mail of the user to invite
UUID of the company that the user is going to be part of
Success URL - the user will be redirected here after successfully completing authentication flow
Failure URL - the user will be redirected here if either the flow was cancelled or not completed for any other reason
Invite URL - Redirect your User to this URL for tem to complete the onboading process
Expiry date/time of the request. After this timestamp is expired, users will have to be re-registered with a new invite
Current status of the User invite
First name of the user
Last name of the user