Module: BWAPI::Client::Brandwatch::Clients::Users
- Included in:
- BWAPI::Client::Brandwatch::Clients
- Defined in:
- lib/bwapi/client/brandwatch/clients/users.rb
Overview
Users module for brandwatch/users endpoints
Instance Method Summary collapse
-
#brandwatch_create_client_user(client_id, opts = {}) ⇒ Hash
Create a new client user.
Instance Method Details
#brandwatch_create_client_user(client_id, opts = {}) ⇒ Hash
Create a new client user
33 34 35 |
# File 'lib/bwapi/client/brandwatch/clients/users.rb', line 33 def brandwatch_create_client_user(client_id, opts = {}) post "brandwatch/clients/#{client_id}/users", opts end |