Skip to main content
POST
Invite a team member by email
Adds a teammate without the admin choosing a password: the account is created unusable and the invitee is emailed a single-use link to set their own password. Requires owner or admin. The accept page calls POST /auth/reset-password with the emailed token.

Body Parameters

Example Request

Example Response

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Body

application/json
email
string<email>
required
name
string
required
role
enum<string>
required
Available options:
owner,
admin,
member

Response

Invitation created and emailed.

data
object

A dashboard user account within a tenant.