---
title: "POST /users/"
method: POST
path: "/users/"
tags: ["users"]
---

# POST /users/

`POST /users/`

## Query parameters

- `format` 'json' | 'xml'

## Request body

- AuthenticatedUserCreate
  - `id` string, uuid, required
  - `url` string, uri, required
  - `first_name` string
  - `last_name` string
  - `display_name` string, required
  - `email` string, email, required
  - `phone` string
  - `password` string
  - `address` NestedAddress
    - `raw_address` string
    - `formatted_address` string
    - `location` Location
      - `type` 'Point', required
      - `coordinates` number[], required
    - `google_place_id` string
    - `point_of_interest` string
    - `street` string
    - `house_number` string
    - `apartment_number` string, nullable
    - `city` string
    - `state` string
    - `postal_code` string
    - `country` string
    - `country_code` string
    - `geocoded_at` string, date-time, required
    - `geocode_failed_at` string, date-time, required

## Response `200`

---

[API](https://skmtc.net/oeklo/apis/gsmtasks-project-api.md) · [All operations](https://skmtc.net/oeklo/apis/gsmtasks-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oeklo/gsmtasks-project-api/versions/2557a8fec764/schema)
