Gets the status of the citizen accounts associated to the specified user.
Scope | users Deprecated scope name: get_citizens_accounts |
App Type | All |
Authorization Type | Access token |
URI | /v4/citizenaccess/citizens/{id}/accounts?id={id}&lang={lang} |
HTTP Method | GET |
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 |
Field | Type | Description | Automation Version |
---|---|---|---|
result[] | result{} | Contains account activation information. | 7.3.3.4 |
result.active | string | 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 |
result.agentId | long | The ID of the associated agent of the logged-in user. | 7.3.3.5 |
result.serviceProviderCode | string | The agency name. | 7.3.3.4 |
result.status | string | The citizen userid status. | 7.3.3.4 |
result.userId | long | The citizen userid. | 7.3.3.4 |
status | integer | The record status. | 7.3.3.4 |