We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b51c7 commit f091e39Copy full SHA for f091e39
app/services/admin_api/get_data_service.rb
@@ -23,11 +23,11 @@ def get_product_permission_profiles
23
def get_ds_groups
24
worker
25
26
- #ds-snippet-start:Admin4Step4
+ #ds-snippet-start:Admin2Step4
27
ds_groups_api = DocuSign_Admin::DSGroupsApi.new(@api_client)
28
ds_groups = ds_groups_api.get_ds_groups(args[:organization_id], args[:account_id])
29
ds_groups.as_json['ds_groups']
30
- #ds-snippet-end:Admin4Step4
+ #ds-snippet-end:Admin2Step4
31
end
32
33
def get_organization_id
0 commit comments