boolean usergroup.isreadable(array userGroupIds)
This method checks if the given user groups are available for reading.
(array)
IDs of the user groups to check.
(boolean)
Returns true
if the given user groups are available for reading.
Check if the two user groups are readable.
Request:
{
"jsonrpc": "2.0",
"method": "usergroup.isreadable",
"params": [
"21",
"22"
],
"auth": "038e1d7b1735c6a5436ee9eae095879e",
"id": 1
}
Response:
CUserGroup::isReadable() in frontends/php/include/classes/api/services/CUserGroup.php.