GET
/
partner
/
v1
/
userinvites
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json
company
string
required

UUID of the company that the user is going to be part of

email
string
required

E-Mail of the user to invite

expiry
string
required

Expiry date/time of the request. After this timestamp is expired, users will have to be re-registered with a new invite

failure_url
string
required

Failure URL - the user will be redirected here if either the flow was cancelled or not completed for any other reason

invite_url
string
required

Invite URL - Redirect your User to this URL for tem to complete the onboading process

status
string
required

Current status of the User invite

success_url
string
required

Success URL - the user will be redirected here after successfully completing authentication flow

first_name
string

First name of the user

id
string
last_name
string

Last name of the user