---
title: "Create Partnership User"
method: POST
path: "/api/v2/partnerships/user"
tags: ["Partnership"]
---

# Create Partnership User

`POST /api/v2/partnerships/user`

Create a partnership pre-account for the given email under the authenticated API key's partnership program. A sign-up email is sent to the user with a link to complete account creation. The pre-account expires 30 days after creation. The monthly datapoint limit is determined by the chosen plan (BASE or PLUS).

## Request body

- PartnershipUserCreationRequest
  - `email` string, email, required
  - `plan` 'BASE' | 'PLUS', required — * `BASE` - BASE * `PLUS` - PLUS

## Response `201`

- object — Partnership user successfully created.
  - `email` string, email — Email of the created partnership user.
  - `plan` 'BASE' | 'PLUS' — Plan assigned to the partnership user.
  - `expires_at` string, date-time — ISO 8601 timestamp when the pre-account expires.

## Other responses

- `400`
- `401`
- `403`

---

[API](https://skmtc.net/daloopa/apis/daloopa-api.md) · [All operations](https://skmtc.net/daloopa/apis/daloopa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/daloopa/daloopa-api/versions/746538a1eb45/schema)
