- 简介
- 管理平台API
- 开发指南
- 用户身份授权API
- 核心服务API
- 设备信息管理
- 审计日志查询
- 资产信息查询
- 坐席服务管理
- 设备分组管理
- 企业子账号管理
- 硬件API
- 客户端本地API
修改指定的分组功能模块
PUT
https://api.oraydev.cn/sl/v1/enterprise/role-groups/{groupid}/acl
EnterpriseService
请求参数
Path 参数
groupid
string
角色组ID
示例值:
168
Body 参数application/json
group_id
integer
必需
function
object
必需
batchdeploy::DeleteDeployPackage
object
必需
batchdeploy::ExportDeployRemote
object
必需
batchdeploy::GetPackages
object
必需
control_perm::RemoteAssistance
object
必需
customize::CreateCustomize
object
必需
customize::DeleteCustomize
object
必需
customize::ExportCustomize
object
必需
customize::GetCustomizes
object
必需
customize::UpdateCustomize
object
必需
customize::UpgradeCustomize
object
必需
customize::manageCustomize
object
必需
remote::CreateRemoteUser
object
必需
remote::DeleteRemoteUser
object
必需
remote::GetRemotes
object
必需
remote::ManageRemote
object
必需
remote::ManageTag
object
必需
remote::UpdateConfig
object
必需
remotely::Chat
object
必需
remotely::CmdSsh
object
必需
remotely::CutAndPasteFile
object
必需
remotely::CutAndPasteText
object
必需
remotely::DesktopControl
object
必需
remotely::DesktopViewing
object
必需
remotely::EditorFile
object
必需
remotely::PrivacyScreen
object
必需
remotely::RDP
object
必需
remotely::ReceiveFile
object
必需
remotely::RemoteCamera
object
必需
remotely::RemoteFile
object
必需
remotely::RemoteManagement
object
必需
remotely::RemotePrint
object
必需
remotely::Restart
object
必需
remotely::Screenshot
object
必需
remotely::SendFile
object
必需
remotely::ShutDown
object
必需
remotely::StartingUp
object
必需
remotely::Video
object
必需
remotely::Voice
object
必需
security::UpdateSecurityLogin
object
必需
user::GetUsers
object
必需
示例
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.oraydev.cn/sl/v1/enterprise/role-groups/168/acl' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-12-16 06:25:30