FRAMES | NO FRAMES Description | Parameters | Example
URL:http://server:port/arcgis/admin/security/users/changePassword
HTTP Method:POST
Parent Resource:Users
Required Privileges:Administrator

Description

Use this operation to change the password for a user account. This operation is only supported when the user store is writable.

Parameters

Parameter Description
username The name of the user. The name must be unique in the user store.
oldPassword The current password on the user account.
newPassword The new password for this account.
f The response format. The default response format is html.
Values: html | json

Example

	http://server:port/arcgis/admin/security/users/changePassword
	username=jwhite
	oldPassword=secret
	newPassword=newSecret