> ## Documentation Index
> Fetch the complete documentation index at: https://invoca-5bd45748-mintlify-8d5425ca.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create an Advertiser User

> POST a new advertiser (merchant) user under a specific advertiser on your Invoca network, setting login, role, and SSO fields via the Network Integration API.

**Examples**

Create an advertiser user

<RequestExample>
  ```json Request Example theme={null}
  {
    "user": {
      "id_from_network": "549494858585Dxlj2uCX0ijqXP4nAW",
      "email_settings": [
        { "email_address": "chris@nfltix.com", "use_for_notifications": true }
      ],
      "first_name": "Chris",
      "last_name": "Dean",
      "contact_phone_number": "805-555-5555",
      "oauth_refresh_token": "556588585858585858585858858",
      "role": "Manager",
      "notify_on_budgets": true,
      "notify_on_campaign_applications": false,
      "notify_on_campaign_expirations": false,
      "notify_on_creative_duplication_requests": true,
      "notify_on_network_announcements": true,
      "notify_on_call_activities": true
    }
  }
  ```
</RequestExample>
