ManageEngine® Applications Manager 更新用户组API | ||
这个API允许管理员更新用户组的明细,管理员之外的用户仅能访问他们自己的明细。
XML响应:
http://[ APM Host ]:[ APM Port ]/AppManager/xml/Usergroup/update?apikey=[ API Key ]&usergroupId= [ User Group Id ] &usergroupName=[ User Group Name ]&associateGroupId=[ associate Group Id ]&associateUserId= [ Associate User Id ]&removeGroupId= [ Remove Group Id ] &removeUserId= [ removeUserId ]
JSON响应:
http://[ APM Host ]:[ APM Port ]/AppManager/json/Usergroup/update?apikey=[ API Key ]&usergroupId= [ User Group Id ] &usergroupName=[ User Group Name ]&associateGroupId=[ associate Group Id ]&associateUserId= [ Associate User Id ]&removeGroupId= [ Remove Group Id ] &removeUserId= [ Remove User Id ]
有关API请求的参数描述如下:
字段 | 描述 |
userId | 将要更新明细的用户ID。 |
userName | 将要更新明细的用户名。 |
apikey | 使用“管理”页面下生成API Key选项生成的Key。 |
usergroupId | 将要更新明细的用户组ID。 |
usergroupname | 将要更新明细的用户组名。 |
http://app-windows:5909/AppManager/xml/Usergroup/update?apikey=b9a17b29f5883a2a454ab1711b9f12f9&usergroupId=1&usergroupName=sampless&associateGroupId=10000019&associateUserId=4&removeGroupId=10011&removeUserId=5
http://app-windows:5909/AppManager/json/Usergroup/update?apikey=b9a17b29f5883a2a454ab1711b9f12f9&usergroupId=1&usergroupName=sampless&associateGroupId=10000019&associateUserId=4&removeGroupId=10011&removeUserId=5
用户组API列表 API执行操作