Create Ad Account User
PUT {{baseUrl}}/adAccountUsers/(account:urn%3Ali%3AsponsoredAccount%3A{{sponsoredaccount_id}},user:urn%3Ali%3Aperson%3A{{person_id}})
This API example creates an Ad Account User. Creating Ad Account Users grants a member access to an Ad Account.
Request Body
{"account"=>"urn:li:sponsoredAccount:{{sponsoredaccount_id}}", "role"=>"VIEWER", "user"=>"urn:li:person:{{person_id}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
LinkedIn-Version | string | ||
Authorization | string | ||
X-Restli-Protocol-Version | string |