---
title: "POST /mr-api/person"
method: POST
path: "/mr-api/person"
tags: ["PersonService"]
---

# POST /mr-api/person

`POST /mr-api/person`

Create a new person

## Request body

- CreatePersonDetails
  - `email` string, email
  - `personType` 'person' | 'serviceAccount' | 'sdkServiceAccount'
  - `name` string
  - `groupIds` string[]

## Response `200`

Registration url

- RegistrationUrl
  - `registrationUrl` string
  - `personId` string, uuid, required
  - `token` string, required

## Other responses

- `400` — Bad Request
- `401` — no permission
- `403` — forbidden to only admins
- `409` — person already exists

---

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