docs/SearchApi.md in purecloudplatformclientv2-93.0.0 vs docs/SearchApi.md in purecloudplatformclientv2-94.0.0
- old
+ new
@@ -445,11 +445,12 @@
api_instance = PureCloud::SearchApi.new
q64 = "q64_example" # String | q64
opts = {
- expand: ["expand_example"] # Array<String> | expand
+ expand: ["expand_example"], # Array<String> | expand
+ integration_presence_source: "integration_presence_source_example" # String | integrationPresenceSource
}
begin
#Search users using the q64 value returned from a previous search
result = api_instance.get_users_search(q64, opts)
@@ -463,9 +464,10 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**q64** | **String**| q64 | |
**expand** | [**Array<String>**](String.html)| expand | [optional] |
+ **integration_presence_source** | **String**| integrationPresenceSource | [optional] <br />**Values**: MicrosoftTeams, ZoomPhone |
{: class="table table-striped"}
### Return type