---
title: "Creates or modifies ACL Group"
method: POST
path: "/api/v1/AclName"
tags: ["Access control management"]
---

# Creates or modifies ACL Group

`POST /api/v1/AclName`

## Request body

- AclNameDtoExtended
  - `Id` integer — ID of the ACL group
  - `Name` string, nullable — Current Name of the ACL group
  - `OriginalName` string, nullable — Original Name of the ACL group
  - `Type` 0 | 1
  - `ImpersonatedUserId` integer, nullable — INTERNAL

## Response `200`

OK

- AclNameResponse
  - `Id` integer

---

[API](https://skmtc.net/inviton/apis/inviton-web-api.md) · [All operations](https://skmtc.net/inviton/apis/inviton-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inviton/inviton-web-api/revisions/a8be3ca51a5f/schema)
