Adds contact information to the currently logged in citizen user.
| Scope | users Deprecated scope name: add_citizenaccess_user_contacts |
| App Type | Citizen |
| Authorization Type | Access token |
| URI | /v4/citizenaccess/contacts?lang={lang} |
| HTTP Method | POST |
| Automation Version(s) | 7.3.3.4 |
| Field or Parameter | Type | Required | Values | Description | Automation Version |
|---|---|---|---|---|---|
| contactIds | string | Yes | � | An array containing the contact IDs. | 7.3.3.4 |
| lang | String | No | � | Indicates the language applied. | 7.3.3.4 |
| Field | Type | Description | Automation Version |
|---|---|---|---|
| result | result{} | � | 7.3.3.4 |
| result.failedCount | long | The number of failed results. | 7.3.3.4 |
| result.failedIDs | string | The IDs of the entities on which the operation failed. | 7.3.3.4 |
| result.successCount | long | The number of successful results. | 7.3.3.4 |
| result.successIDs | string | The IDs of the entities on which the operation succeeded. | 7.3.3.4 |
| status | integer | The record status. | 7.3.3.4 |