Update Citizen Password

Updates the password of the specified citizen user {id}.

Resource Information

Scopeusers

Deprecated scope name:   update_citizenaccess_citizens_password

App TypeAll
Authorization TypeAccess token
URI /v4/citizenaccess/citizens/{id}/password?lang={lang}
HTTP MethodPUT
Automation Version(s)7.3.3.4

Request Information

Field or ParameterTypeRequiredValuesDescriptionAutomation Version
passwordstringYesThe citizen user's password.7.3.3.4
idstringYesThe unique identifier for the object, assigned by the Civic Platform server and provided in a response.7.3.3.4
langStringNoIndicates the language applied.7.3.3.4

Example

Sample Request Head

PUT https://apis.accela.com/v4/citizenaccess/citizens/8661/password

Sample Request Body

{
  "password": "cat12345"
}

Response Information

FieldTypeDescriptionAutomation Version
resultresult{}7.3.3.4
result.idlongThe unique identifier for the object, assigned by the Civic Platform server and provided in a response.7.3.3.4
statusintegerThe record status.7.3.3.4