docs/UsersApi.md in purecloudplatformclientv2-38.0.0 vs docs/UsersApi.md in purecloudplatformclientv2-39.0.0
- old
+ new
@@ -73,12 +73,15 @@
Wraps DELETE /api/v2/users/{userId}
-Requires NO permissions:
+Requires ANY permissions:
+* directory:user:delete
+* user_manager
+* user_administration
### Example
~~~ruby
# load the gem
@@ -1218,11 +1221,11 @@
Wraps GET /api/v2/users/{userId}/queues
Requires ANY permissions:
-* routing:queue:view
+* routing:queue:join
### Example
~~~ruby
# load the gem
@@ -1880,11 +1883,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **expand** | [**Array<String>**](String.html)| Which fields, if any, to expand. | [optional] <br />**Values**: routingStatus, presence, conversationSummary, outOfOffice, geolocation, station, authorization, profileSkills, locations, groups, date, geolocationsettings, organization, presencedefinitions, locationdefinitions, orgauthorization, favorites, superiors, directreports, adjacents, routingskills, routinglanguages, fieldconfigs, token, trustors |
+ **expand** | [**Array<String>**](String.html)| Which fields, if any, to expand. | [optional] <br />**Values**: routingStatus, presence, conversationSummary, outOfOffice, geolocation, station, authorization, profileSkills, locations, groups, date, geolocationsettings, organization, presencedefinitions, locationdefinitions, orgauthorization, orgproducts, favorites, superiors, directreports, adjacents, routingskills, routinglanguages, fieldconfigs, token, trustors |
{: class="table table-striped"}
### Return type
@@ -1975,11 +1978,14 @@
Wraps PATCH /api/v2/users/{userId}
-Requires NO permissions:
+Requires ANY permissions:
+* directory:user:edit
+* user_manager
+* user_administration
### Example
~~~ruby
# load the gem