Method: PureCloud::SearchApi#post_search
- Defined in:
- lib/purecloud/api/search_api.rb
#post_search(body, opts = {}) ⇒ GroupsSearchResponse
Search groups
422 423 424 425 |
# File 'lib/purecloud/api/search_api.rb', line 422 def post_search(body, opts = {}) data, status_code, headers = post_search_with_http_info(body, opts) return data end |