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

# Create User

`POST /users`

This endpoint creates a new SDP user as the result of an SDP owner adding their information in the UI. It also handles sending the invite email.

## Response `201`

Created

- User
  - `id` string, required
  - `first_name` string, required
  - `last_name` string, required
  - `email` string, required
  - `roles` string[], required
  - `is_active` boolean, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/versions/39f9dc64156c/schema)
