Skip to main content
POST
Add a team member
Creates a dashboard teammate directly, with a password chosen by the caller. Requires the caller to be owner or admin (or a tenant API key). Prefer Invite a Team Member when the teammate should set their own password via an emailed link. Returns 409 when the email is already taken.

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
password
string<password>
required
Minimum string length: 8

Response

Teammate created.

data
object

A dashboard user account within a tenant.