[comment]: # translation:outdated

[comment]: # ({119c5103-119c5103})
# > Felhasználói csoport objektum

A következő objektumok közvetlenül kapcsolódnak a "usergroup" API-hoz.

[comment]: # ({/119c5103-119c5103})

[comment]: # ({006bec43-3c2622e5})
### User group

A felhasználói csoport objektum a következő tulajdonságokkal rendelkezik.

|Property|[Type](/manual/api/reference_commentary#data_types)|Description|
|--|--|------|
|usrgrpid|string|*(readonly)* ID of the user group.|
|**name**<br>(required)|string|Name of the user group.|
|debug\_mode|integer|Whether debug mode is enabled or disabled.<br><br>Possible values are:<br>0 - *(default)* disabled;<br>1 - enabled.|
|gui\_access|integer|Frontend authentication method of the users in the group.<br><br>Possible values:<br>0 - *(default)* use the system default authentication method;<br>1 - use internal authentication;<br>2 - use LDAP authentication;<br>3 - disable access to the frontend.|
|users\_status|integer|Whether the user group is enabled or disabled.<br><br>Possible values are:<br>0 - *(default)* enabled;<br>1 - disabled.|

Vegye figyelembe, hogy egyes módszereknél (frissítés, törlés) a kötelező/választható paraméterkombináció eltérő.

[comment]: # ({/006bec43-3c2622e5})

[comment]: # ({147523d9-ba46c802})
### Permission

Az engedélyobjektum a következő tulajdonságokkal rendelkezik.

|Property|[Type](/manual/api/reference_commentary#data_types)|Description|
|--|--|------|
|**id**<br>(required)|string|ID of the host group to add permission to.|
|**permission**<br>(required)|integer|Access level to the host group.<br><br>Possible values:<br>0 - access denied;<br>2 - read-only access;<br>3 - read-write access.|

[comment]: # ({/147523d9-ba46c802})

[comment]: # ({fecfc953-33ad932c})
### Tag based permission

A címke alapú engedélyobjektum a következő tulajdonságokkal rendelkezik.

|Property|[Type](/manual/api/reference_commentary#data_types)|Description|
|--|--|------|
|**groupid**<br>(required)|string|ID of the host group to add permission to.|
|**tag**|string|Tag name.|
|**value**|string|Tag value.|

[comment]: # ({/fecfc953-33ad932c})
