> For the complete documentation index, see [llms.txt](https://docs.aicrisk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aicrisk.com/server-admin/api-access/users/create-user.md).

# Create User

<figure><img src="/files/reHIYs9TJiwLqrogUk95" alt=""><figcaption></figcaption></figure>

**Type:** POST

**End Point:** /api/Users/CreateUser

**Parameters:** No parameters

**Request Body:** json

**Example Value:** Schema

```json
{
  "id": "string",
  "firstName": "string",
  "lastName": "string",
  "email": "string",
  "groupName": "string"
}
```
