docs/GroupsApi.md in purecloudplatformclientv2-51.0.0 vs docs/GroupsApi.md in purecloudplatformclientv2-52.0.0

- old
+ new

@@ -526,10 +526,11 @@ opts = { page_size: 25, # Integer | Page size page_number: 1, # Integer | Page number id: ["id_example"], # Array<String> | id + jabber_id: ["jabber_id_example"], # Array<String> | A list of jabberIds to fetch by bulk (cannot be used with the \"id\" parameter) sort_order: "ASC" # String | Ascending or descending sort order } begin #Get a group list @@ -545,9 +546,10 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **page_size** | **Integer**| Page size | [optional] [default to 25] | **page_number** | **Integer**| Page number | [optional] [default to 1] | **id** | [**Array&lt;String&gt;**](String.html)| id | [optional] | + **jabber_id** | [**Array&lt;String&gt;**](String.html)| A list of jabberIds to fetch by bulk (cannot be used with the \&quot;id\&quot; parameter) | [optional] | **sort_order** | **String**| Ascending or descending sort order | [optional] [default to ASC]<br />**Values**: ascending, descending | {: class="table table-striped"} ### Return type