[ZBX-23225] Please add usergroup roleid = 4 (guest) to Role API docs Created: 2023 Aug 08  Updated: 2023 Aug 10  Resolved: 2023 Aug 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Documentation (D)
Affects Version/s: None
Fix Version/s: None

Type: Documentation task Priority: Trivial
Reporter: Ivan Shires Assignee: Ilja Fedotjevs
Resolution: Declined Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Steps to reproduce:

https://www.zabbix.com/documentation/current/en/manual/api/reference/role/object#role

Result:

Currently the roleid's documented on the frontend are:

  User type.
 
Possible values:
1 - (default) User;
2 - Admin;
3 - Super admin.
 
 
 
Property behavior:
  • required for create operations

Expected:

  User type.
 
Possible values:
1 - (default) User;
2 - Admin;
3 - Super admin;
4 - Guest;
 
Property behavior:
  • required for create operations

 

This is according to:

{       "roleid": "1",       "name": "User role",       "type": "1",       "readonly": "0"     }

,
   

{       "roleid": "2",       "name": "Admin role",       "type": "2",       "readonly": "0"     }

,
   

{       "roleid": "3",       "name": "Super admin role",       "type": "3",       "readonly": "1"     }

,
   

{       "roleid": "4",       "name": "Guest role",       "type": "1",       "readonly": "0"     }

 

as well as:

mysql> select * from role limit 10;
------{}--------------{}+{}--{}{}--------

roleid name             type readonly

------{}--------------{}+{}--{}{}--------

     1 User role            1        0
     2 Admin role          2        0
     3 Super admin role    3        1
     4 Guest role          1        0

------{}--------------{}+{}--{}{}--------
4 rows in set (0.00 sec)

mysql>



 Comments   
Comment by Ilja Fedotjevs [ 2023 Aug 10 ]

Hi Ivan, 

please be advised that this section of the tracker is for bug reports only.
The case you have submitted can not be qualified as one, but rather as feature request.
Feature request can be created here: https://support.zabbix.com/projects/ZBXNEXT/ - > Create
This request will be further escalated to Zabbix product owner to be considered for the next version's roadmap.
We will notify you once a decision has been reached.

BR,

Zabbix support

Generated at Thu Oct 02 21:56:45 EEST 2025 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.