PUT api/users/{id}/changepassword?password={password}
Change a User's password. Password should be base64 encoded.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
User id |
globally unique identifier |
Required |
password |
The new password for the user. This string should be Base64 encoded |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
None.