Frends.LinkedIn.SearchAdAccountUser / 1.1.0
Summary
Resolves the people attached to advertising accounts, either for one account or several.
Typical use — access reviews, and attributing campaign activity to the person responsible
Input class.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| SearchMethod | SearchAttribute |
– | SearchAttribute.FindAdAccountsByAuthenticatedUser |
Enumeration to choose how the search is done. Possible values:
|
| AccountUrn | String |
– | urn:li:sponsoredAccount:516986977 |
Searches for users with AdAccount URN. |
| AccountUrns | AccountUrn[] |
– | [ urn:li:sponsoredAccount:516986977 ] |
Searches for users with AdAccount URN. |
| UserUrn | String |
– | urn:li:person:_mVMF2Kp8p |
Searches for users with person URN. |