POST
/
api
/
invitation

Authorizations

Authorization
string
headerrequired

Headers

TR-Organization
string
required

The organization id to use for the request

Body

application/json
app_url
string
required

The url of the app that the user will be directed to in order to set their password. Usually admin.trieve.ai, but may differ for local dev or self-hosted setups.

email
string
required

The email of the user to invite. Must be a valid email as they will be sent an email to register.

organization_id
string
required

The id of the organization to invite the user to.

redirect_uri
string
required

The url that the user will be redirected to after setting their password.

user_role
integer
required

The role the user will have in the organization. 0 = User, 1 = Admin, 2 = Owner.