docs/UsersApi.md in purecloudplatformclientv2-6.0.0 vs docs/UsersApi.md in purecloudplatformclientv2-7.0.0
- old
+ new
@@ -1307,11 +1307,12 @@
opts = {
page_size: 25, # Integer | Page size
page_number: 1, # Integer | Page number
id: ["id_example"], # Array<String> | id
sort_order: "ASC", # String | Ascending or descending sort order
- expand: ["expand_example"] # Array<String> | Which fields, if any, to expand
+ expand: ["expand_example"], # Array<String> | Which fields, if any, to expand
+ state: "active" # String | Only list users of this state
}
begin
#Get the list of available users.
result = api_instance.get_users(opts)
@@ -1328,9 +1329,10 @@
**page_size** | **Integer**| Page size | [optional] [default to 25]
**page_number** | **Integer**| Page number | [optional] [default to 1]
**id** | [**Array<String>**](String.html)| id | [optional]
**sort_order** | **String**| Ascending or descending sort order | [optional] [default to ASC]
**expand** | [**Array<String>**](String.html)| Which fields, if any, to expand | [optional]
+ **state** | **String**| Only list users of this state | [optional] [default to active]
{: class="table table-striped"}
### Return type