docs/UsersApi.md in purecloudplatformclientv2-59.0.0 vs docs/UsersApi.md in purecloudplatformclientv2-60.0.0

- old
+ new

@@ -359,10 +359,11 @@ Wraps DELETE /api/v2/users/{userId}/routinglanguages/{languageId} Requires ANY permissions: * routing:skill:assign +* routing:language:assign ### Example ```{"language":"ruby"} # load the gem @@ -971,12 +972,11 @@ page_size: 25, # Integer | Page size page_number: 1, # Integer | Page number id: ["id_example"], # Array<String> | id jid: ["jid_example"], # Array<String> | jid sort_order: "ASC", # String | Ascending or descending sort order - expand: ["expand_example"], # Array<String> | Which fields, if any, to expand - state: "active" # String | Only list users of this state + expand: ["expand_example"] # Array<String> | Which fields, if any, to expand } begin #Get a user profile listing result = api_instance.get_profiles_users(opts) @@ -994,11 +994,10 @@ **page_number** | **Integer**| Page number | [optional] [default to 1] | **id** | [**Array&lt;String&gt;**](String.html)| id | [optional] | **jid** | [**Array&lt;String&gt;**](String.html)| jid | [optional] | **sort_order** | **String**| Ascending or descending sort order | [optional] [default to ASC]<br />**Values**: ascending, descending | **expand** | [**Array&lt;String&gt;**](String.html)| Which fields, if any, to expand | [optional] <br />**Values**: routingStatus, presence, conversationSummary, outOfOffice, geolocation, station, authorization | - **state** | **String**| Only list users of this state | [optional] [default to active]<br />**Values**: active, deleted | {: class="table table-striped"} ### Return type @@ -2944,10 +2943,11 @@ Wraps PATCH /api/v2/users/{userId}/routinglanguages/{languageId} Requires ANY permissions: * routing:skill:assign +* routing:language:assign ### Example ```{"language":"ruby"} # load the gem @@ -3015,10 +3015,11 @@ Wraps PATCH /api/v2/users/{userId}/routinglanguages/bulk Requires ANY permissions: * routing:skill:assign +* routing:language:assign ### Example ```{"language":"ruby"} # load the gem @@ -3689,9 +3690,10 @@ Wraps POST /api/v2/users/{userId}/routinglanguages Requires ANY permissions: * routing:skill:assign +* routing:language:assign ### Example ```{"language":"ruby"} # load the gem