module BWAPI::Client::Brandwatch::Users

users_details module for brandwatch/users/details endpoint

Public Instance Methods

brandwatch_users_details(opts = {}) click to toggle source

Returns the specified users details

@param opts [Hash] options hash of parameters @option opts [String] username of the user @return [Hash] Returns the user DTO

# File lib/bwapi/client/brandwatch/users.rb, line 11
def brandwatch_users_details(opts = {})
  get 'brandwatch/users/details', opts
end