---
title: "Request User Create"
method: POST
path: "/api/v2/users/request_create"
tags: ["Users"]
---

# Request User Create

`POST /api/v2/users/request_create`

Sends the owner a reminder email to update their subscription so more agents can be created.

#### Allowed For

* Agents

## Request body

- UserRequest
  - `user` union, required
    - object
      - `agent_brand_ids` integer[]
      - `custom_role_id` integer
      - `email` string, required
      - `external_id` string
      - `identities` object[]
        - `type` string, required
        - `value` string, required
      - `name` string, required
      - `organization` object
        - `name` string, required
      - `organization_id` integer
      - `role` string
    - object
      - `email` string
      - `name` string
      - `organization_id` integer
      - `password` string
    - object
      - `id` integer

## Response `200`

description

- string — Empty response

---

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