Grant a user access
add_userGrant an existing Avito user access to your ad account by their numeric user ID (not email/phone) and role (admin or viewer).
Instructions
Grants an existing Avito user access to the ad account with the given role. userId is that person's numeric Avito user id — this tool cannot invite by email or phone, and cannot create an Avito account. If the user already has access, change their role with set_user_role instead. Returns the API's confirmation plus apiPointBalance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | admin — full access, including users, money transfers and campaign edits; viewer — read-only. | |
| userId | Yes | Numeric Avito user id of the person to grant access to, e.g. 94235311. |