# Create User

<figure><img src="https://2455207419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnZwCwAN15BUJcXMA5avi%2Fuploads%2FiquxFUbxZL42EnXfp3Lp%2Fimage.png?alt=media&#x26;token=4481fb4a-cee5-44fa-9218-8166ee0e803f" 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"
}
```
