> 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/add-user-to-group.md).

# Add User to Group

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

**Type:** POST

**End Point:** /api/Users/AddUserToGroup

**Parameters:** No parameters

**Request Body:** json

**Example Value:** Schema

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