---
title: "Create profile"
method: POST
path: "/api/b2b/v3/profiles/create"
tags: ["profiles"]
---

# Create profile

`POST /api/b2b/v3/profiles/create`

Creates a profile via Partner API.

## Request body

- ProxyProfileWriteRequest
  - `email` string, email
  - `first_name` string
  - `last_name` string
  - `middle_name` string
  - `phone` string
  - `type` 'csbt_admin' | 'employee' | 'finance' | 'finance-gga' | 'manager' | 'master' | 'self_booker' | 'sub_agent_supervisor' | 'supervisor' | 'travel_manager'

## Response `200`

Successful response

- object
  - `data` ProxyJSONBody
  - `debug` V3Debug
    - `api_endpoint` V3DebugEndpoint
      - `endpoint` string
      - `is_active` boolean
      - `is_limited` boolean
      - `remaining` integer
      - `requests_number` integer
      - `reset` string
      - `seconds_number` integer
    - `api_key_id` integer
    - `key_id` integer
    - `method` string
    - `real_ip` string
    - `request` integer[]
    - `request_id` string
    - `utcnow` string
    - `validation_error` string
  - `error` string
  - `status` string

---

[API](https://skmtc.net/worldota/apis/etg-api-v3.md) · [All operations](https://skmtc.net/worldota/apis/etg-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldota/etg-api-v3/revisions/eb86c2c78ad5/schema)
