Update Existing Ad Account User
POST {{baseUrl}}/adAccountUsers/(account:urn%3Ali%3AsponsoredAccount%3A{{sponsoredaccount_id}},user:urn%3Ali%3Aperson%3A{{person_id}})
This API example updates an Ad Account User. An Ad Account User's role can be updated by using this endpoint.
Request Body
{"patch"=>{"$set"=>{"account"=>"urn:li:sponsoredAccount:{{sponsoredaccount_id}}", "role"=>"VIEWER", "user"=>"urn:li:person:{{person_id}}"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Restli-Protocol-Version | string | ||
LinkedIn-Version | string | ||
Authorization | string |