ManageEngine® Applications Manager


CreateUser API

<< 上一页

主页

下一页 >>

创建用户API

 

这个API允许管理员创建一个新的用户。

 

请求举例

XML请求: http://[ APM Host ]:[ APM Port ]/AppManager/xml/Users/create?apikey=[ API Key ]&userName=[name]&role=[role]&password=[password]

JSON请求: http://[ APM Host ]:[ APM Port ]/AppManager/json/Users/create?apikey=[ API Key ]&userName=[name]&role=[role]&password=[password]

 

请求参数


有关API请求的参数描述如下:

 

字段 描述        
userName 用户的用户名。
role 新用户的用户组。
password 新用户的用户密码。
email(可选) 用户的邮箱地址。
description(可选) 用户的描述。
groupId(可选) 用户需要关联的监控组的ID,多个ID用逗号分离。
groupName(可选) 用户需要关联的监控组名称,如果已经提供组ID,这项参数将被忽略。

 

请求示例:

<AppManager-response uri="/AppManager/xml/users/create">

<result>

<response response-code="4000">

<User email="manager" userId="6" description="manager" userName="manager" role="MANAGER">

<AssociatedGroups groupId="10000035" groupName="Applications Manager"/>

<AssociatedGroups groupId="10000037" groupName="mg1"/>

<AssociatedGroups groupId="10000038" groupName="mg2"/>

</User>

</response>

</result>

</AppManager-response>

 

<< 上一页

主页

下一页 >>

用户管理API

用户删除API