ManageEngine® Applications Manager


DeleteUser API

<< Prev

Home

Next >>

Delete User API

 

This API will allow admin to delete users.

 

Sample Request

For XML Response: http://[ APM Host ]:[ APM Port ]/AppManager/xml/Users/delete?apikey=[ API Key ]&userId=[id]

For JSON Response: http://[ APM Host ]:[ APM Port ]/AppManager/json/Users/delete?apikey=[ API Key ]&userName=[name]

*Only one parameter (userId or userName) is to be mentioned.

 

Request Parameters


The parameters involved in the API request are described below:

 

Field Description        
userId* Id of the users to be deleted. The user ids should be comma separated.
userName The user name of the user to be deleted. If userId is provided this parameter will be ignored.
 

<< Prev

Home

Next >>

CreateUser API

Get All User Roles