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

# Create User

`POST /Users`

This API creates a user and returns the user details along with the user's unique ID.

 - <b>Scope(Permission) required:</b> ``internal_user_mgt_create``

 - <b>Flow type:</b> Client Credentials OAuth Flow

## Query parameters

- `attributes` string
- `excludedAttributes` string

## Response `201`

User is created.

## Other responses

- `400` — Invalid Input
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/ballerina-platform/apis/scim-2-0-api.md) · [All operations](https://skmtc.net/ballerina-platform/apis/scim-2-0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ballerina-platform/scim-2-0-api/revisions/7978594f207e/schema)
