---
title: "Copy of Create Enterprise User or Enterprise Admin User"
method: POST
path: "/api/v1/organizations/users/{userId}/personal-data"
---

# Copy of Create Enterprise User or Enterprise Admin User

`POST /api/v1/organizations/users/{userId}/personal-data`

As an Enterprise Admin create an Enterprise User or another Enterprise Admin User.

## Path parameters

- `userId` string, required

## Request body

- object
  - `data` object, required
    - `person` object
      - `firstName` string
      - `middleName` string
      - `lastName` string
      - `birthdate` string
      - `Id` object[]
        - `type` string
        - `number` string
        - `issueDate` string
        - `expirationDate` string
        - `issuingAuthority` string
    - `phoneNumbers` object[]
      - `type` 'Mobile' | 'Home' | 'Work' | 'Other'
      - `countryCode` string
      - `areaCode` string
      - `number` string
    - `emailAddresses` object[]
      - `type` 'Personal' | 'Work' | 'Other'
      - `address` string
    - `addresses` object[]
      - `type` 'Home' | 'Work' | 'Other'
      - `street1` string
      - `street2` string
      - `street3` string
      - `city` string
      - `state` string
      - `zip` string
      - `countryCode` string
      - `locale` string

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/skyfire/apis/skyfire-agent-and-token-apis.md) · [All operations](https://skmtc.net/skyfire/apis/skyfire-agent-and-token-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skyfire/skyfire-agent-and-token-apis/revisions/209ba8f90d59/schema)
