---
title: "Create"
method: POST
path: "/users"
---

# Create

`POST /users`

## Request body

- CreateUserRequest
  - `email` string, required
  - `invite_code` string, nullable

## Response `200`

Successful Response

- UserResponse
  - `user` APIApiSchemaUsersUser, required
    - `id` string, required
    - `email` string, required
    - `organization_id` string, nullable, required
    - `roles` string[], nullable
    - `name` string, nullable
    - `slack_user_id` string, nullable
    - `profile_photo_url` string, nullable
    - `default_timezone` string, nullable
    - `time_representation` 'military' | 'standard' — How times are rendered for the user.
    - `agent_custom_instructions` AgentCustomInstructions — A user's hard agent instruction plus the audit for its last edit.
      - `instructions` string, nullable
      - `last_edited_at` string, date-time, nullable
      - `last_edited_by` string, nullable
  - `user_exists` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
