mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
manageAllDeviceGroups - Added group support (members of) (#7310)
This commit is contained in:
@@ -686,7 +686,7 @@
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "Users in this list are allowed to see and manage all device groups within their domain. For example ['user//billybob','user//fred'] would allow billybob and fred to manage all device groups from all users in their domain."
|
||||
"description": "Users or groups that users are a member of in this list are allowed to see and manage all device groups within their domain. For example ['user//billybob','user//fred','ugrp//RA...'] would allow billybob, fred and members of ugrp//RA to manage all device groups from all users in their domain."
|
||||
},
|
||||
"manageCrossDomain": {
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user