Get Linked User Account

Gets the specified user account that is linked to the currently logged in civicID user.

Resource Information

Scope civicid

Deprecated scope name:   get_account_profile

App Type All
Authorization Type Access token
URI /v4/civicid/accounts/{id}?lang={lang}
HTTP Method GET
Automation Version(s) 7.3.2

Request Information

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.2
lang String No   Indicates the language applied. 7.3.2

Response Information

Field Type Description Automation Version
result result{}   7.3.2
result.id string The unique identifier of the user. 7.3.2
result.name string The name for the user. 7.3.2
result.agencyName string The name that identifies the agency. 7.3.2
result.firstName string (For agency token only) The user's first name. 7.3.2
result.middleName string (For agency token only) The user's middle name. 7.3.2
result.lastName string (For agency token only) The user's first name. 7.3.2
result.fullName string (For agency token only) The user's full name. 7.3.2
result.initial string (For agency token only) The user initials. 7.3.2
result.value string (For agency token only) The id display value. 7.3.2
result.department result.department{} (For agency token only) Contains department information. 7.3.2
result.department.id string (For agency token only) The department id. 7.3.2
result.department.agency string (For agency token only) The department agency. 7.3.2
result.department.bureau string (For agency token only) The name of the bureau, which is an organization level within an agency. 7.3.2
result.department.division string (For agency token only) The name of the division, which is an organization level within a bureau. 7.3.2
result.department.group string (For agency token only) The department group. 7.3.2
result.department.section string (For agency token only) A piece of a township measuring 640 acres, one square mile, numbered with reference to the base line and meridian line. 7.3.2
result.department.serviceProviderCode string (For agency token only) The unique agency identifier on the Accela Civic Platform. 7.3.2
result.department.text string (For agency token only) The localized display text. 7.3.2
result.department.value string (For agency token only) The display value. 7.3.2
status integer The request status. 7.3.2