addAssistant

Add an additional assistant to a campaign. The additional assistant gets access to the campaign and reports, according to the permissions set for them by the account administrator.

Request format

https://adfox.yandex.com/api/v1
  ? object=campaign
  & action=additionalUsers
  & actionObject=addAssistant
  & objectID=<integer>
  & assistantID=<integer>

objectID*

ID of the campaign the user should be added to.

assistantID*

ID of the assistant who will be allowed access to the object according to their permissions.

See also:

* Required

Response format

<response>
<status>
  <code>{integer}</code>
</status>
</response>

Response parameters

code

Request processing status. For the key, see Error handling.

Sample request and response

Request:

https://adfox.yandex.com/api/v1?object=campaign&action=additionalUsers&actionObject=addAssistant&objectID=39377&assistantID=456

Response:

<response>
<status>
  <code>0</code>
</status>
</response>

Other actions with the object

See more actions with the campaign object: