---
title: "Create a contributor user"
method: POST
path: "/products/{product_id}/users"
tags: ["Users"]
---

# Create a contributor user

`POST /products/{product_id}/users`

## Path parameters

- `product_id` string, required

## Request body

- UsersPostRequest
  - `user` object
    - `first_name` string
    - `enabled` boolean

## Response `200`

Successful operation

---

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