---
title: "Create or update growth plan user mapping"
method: POST
path: "/v1/admin/growth-plan/user-mapping"
tags: ["internal"]
---

# Create or update growth plan user mapping

`POST /v1/admin/growth-plan/user-mapping`

## Request body

- object
  - `email` string, required — Email of the user
  - `stripe_price_id` string, required — Stripe price ID for the growth plan
  - `predefined_count` integer — Optional predefined scan token count for the user

## Response `200`

Example response

- object
  - `message` string, required

## Other responses

- `400` — Example response
- `401` — Example response
- `404` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2026-03-06** `b69f036fb8ff` — 1 info
  - added the new optional request property `predefined_count`
- **2025-11-18** `41ee26b930f3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/admin/growth-plan/user-mapping/post.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/revisions/b69f036fb8ff/schema)
