---
title: "POST /actors/user"
method: POST
path: "/actors/user"
tags: ["Graph", "Principal"]
---

# POST /actors/user

`POST /actors/user`

## Headers

- `X-Authenticated-User-Actor-Id` string, uuid, required

## Request body

- CreateUserActorParams
  - `registrationComplete` boolean, required
  - `shortname` string, nullable

## Response `200`

The schema of the created actor

- CreateUserActorResponse
  - `machineId` string, uuid, required
  - `userId` string, uuid, required

## Other responses

- `500` — Store error occurred

---

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