Advertiser Users ================ For convenience, the API provides an interface for performing operations on specific advertiser users. This is useful for situations where it is inconvenient to send an array of all existing advertiser users. Actions for this endpoint can only be taken on users with value of false for `` field, indicating that the user's authentication is managed by the network (and has access to the Invoca platform using SSO). Endpoint: ``https://invoca.net/api/@@NETWORK_API_VERSION//advertisers//users/.json`` .. api_endpoint:: :verb: GET :path: /advertisers/<advertiser_id>/users :description: Get all Advertiser Users for Advertiser :page: get_advertiser_users .. api_endpoint:: :verb: GET :path: /advertisers/<advertiser_id>/users/<user_id> :description: Get an Advertiser User :page: get_advertiser_user .. api_endpoint:: :verb: POST :path: /advertisers/<advertiser_id>/users :description: Create an Advertiser User :page: post_advertiser_users .. api_endpoint:: :verb: PUT :path: /advertisers/<advertiser_id>/users/<user_id> :description: Update an Advertiser User :page: put_advertiser_user .. api_endpoint:: :verb: DELETE :path: /advertisers/<advertiser_id>/users/<user_id> :description: Delete an Advertiser User :page: delete_advertiser_user