Skip To Content
ArcGIS Developer
Dashboard

Remove User

Description

This operation removes an existing user account from the user store. This operation is available only when the user store is a read-write store, such as the default ArcGIS Server store.

Request parameters

ParameterDescription
username

The name of the user to remove.

Example

username=jwhite
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample POST request for remove:


POST /webadaptor/admin/security/users/remove HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

username=jwhite&f=json

JSON Response example

{"status": "success"}