Updates the status of citizen accounts associated to the specified citizen user.
| Scope | users Deprecated scope name: update_citizenaccess_citizens_accounts |
| App Type | All |
| Authorization Type | Access token |
| URI | /v4/citizenaccess/citizens/{id}/accounts?lang={lang} |
| HTTP Method | PUT |
| Automation Version(s) | 7.3.3.4 |
| Field or Parameter | Type | Required | Values | Description | Automation Version |
|---|---|---|---|---|---|
| id | string | Yes | � | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.3.4 |
| lang | String | No | � | Indicates the language applied. | 7.3.3.4 |
| userModel[] | userModel{} | Yes | 7.3.3.4 | ||
| userModel.active | string | No | Yes | No | Indicates whether or not the account is active. If the account is not activated, the user cannot login Accela Citizen Access. | 7.3.3.4 |
| userModel.servProvCode | string | No | � | The agency name. | 7.3.3.4 |
| userModel.status | string | No | Enable | Disable | The citizen userid status. | 7.3.3.4 |
| userModel.userId | long | No | � | The citizen userid. | 7.3.3.4 |
| Field | Type | Description | Automation Version |
|---|---|---|---|
| result | result{} | � | 7.3.3.4 |
| result.code | string | A code identifying an associated item | 7.3.3.4 |
| result.id | string | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.3.4 |
| result.isSuccess | boolean | Indicates whether or not the operation on the item is successful. | 7.3.3.4 |
| result.message | string | A text message related to the operation. | 7.3.3.4 |
| status | integer | The record status. | 7.3.3.4 |