We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2c9c1 commit 041d8acCopy full SHA for 041d8ac
app/services/admin_api/get_data_service.rb
@@ -38,8 +38,10 @@ def get_organization_id
38
39
def check_import_status(import_id)
40
worker
41
+ #ds-snippet-start:Admin4Step4
42
bulk_imports_api = DocuSign_Admin::BulkImportsApi.new(@api_client)
43
bulk_imports_api.get_bulk_user_import_request(args[:organization_id], import_id)
44
+ #ds-snippet-end:Admin4Step4
45
end
46
47
def check_user_exists_by_email(email)
0 commit comments