Create a user invite

Call this endpoint to trigger an async task to send out a user invite.

Body Params
uuid

Unique identifier of the employee's department

uuid

Unique identifier of the employee's direct manager

string
required

The employee's email address

string
required
length ≤ 255

First name of the employee

string

an idempotency key is a unique value generated by the client which the server uses to recognize subsequent retries of the same request. To avoid collisions, we encourage clients to use random generated UUIDs.

string
required
length ≤ 255

Last name of the employee

uuid

Unique identifier of the employee's location

string
enum
required

The employee's role; It could be one of the following values: Admin, Cardholder, Bookkeeper; Note that Owner is not a invitable role.

Allowed:
Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json