docs/GroupsApi.md in purecloudplatformclientv2-26.0.1 vs docs/GroupsApi.md in purecloudplatformclientv2-27.0.0
- old
+ new
@@ -329,11 +329,11 @@
<a name="get_group_profile"></a>
-## -[**GroupProfile**](GroupProfile.html) get_group_profile(group_id)
+## -[**GroupProfile**](GroupProfile.html) get_group_profile(group_id, opts)
Get group profile
@@ -357,14 +357,17 @@
api_instance = PureCloud::GroupsApi.new
group_id = "group_id_example" # String | groupId
+opts = {
+ fields: "fields_example" # String | Comma separated fields to return. Allowable values can be found by querying /api/v2/fieldconfig?type=group and using the key for the elements returned by the fieldList
+}
begin
#Get group profile
- result = api_instance.get_group_profile(group_id)
+ result = api_instance.get_group_profile(group_id, opts)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling GroupsApi->get_group_profile: #{e}"
end
~~~
@@ -372,9 +375,10 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**group_id** | **String**| groupId | |
+ **fields** | **String**| Comma separated fields to return. Allowable values can be found by querying /api/v2/fieldconfig?type=group and using the key for the elements returned by the fieldList | [optional] |
{: class="table table-striped"}
### Return type