---
title: "Create User"
method: POST
path: "/scim/v2/Users"
tags: ["✨ SCIM v2 (Enterprise Only)"]
---

# Create User

`POST /scim/v2/Users`

Create a user according to SCIM v2 protocol

## Query parameters

- `feature` string, nullable

## Request body

- SCIMUser
  - `schemas` string[], required
  - `id` string, nullable
  - `externalId` string, nullable
  - `meta` object, nullable
  - `userName` string, nullable
  - `name` SCIMUserName
    - `familyName` string, nullable
    - `givenName` string, nullable
    - `formatted` string, nullable
    - `middleName` string, nullable
    - `honorificPrefix` string, nullable
    - `honorificSuffix` string, nullable
  - `displayName` string, nullable
  - `active` boolean
  - `emails` SCIMUserEmail[], nullable
    - `value` string, email, required
    - `type` string, nullable
    - `primary` boolean, nullable
  - `groups` SCIMUserGroup[], nullable
    - `value` string, required
    - `display` string, nullable
    - `type` string, nullable

## Response `201`

Successful Response

- SCIMUser
  - `schemas` string[], required
  - `id` string, nullable
  - `externalId` string, nullable
  - `meta` object, nullable
  - `userName` string, nullable
  - `name` SCIMUserName
    - `familyName` string, nullable
    - `givenName` string, nullable
    - `formatted` string, nullable
    - `middleName` string, nullable
    - `honorificPrefix` string, nullable
    - `honorificSuffix` string, nullable
  - `displayName` string, nullable
  - `active` boolean
  - `emails` SCIMUserEmail[], nullable
    - `value` string, email, required
    - `type` string, nullable
    - `primary` boolean, nullable
  - `groups` SCIMUserGroup[], nullable
    - `value` string, required
    - `display` string, nullable
    - `type` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/1e929292ddd5/schema)
