Skip to content

Commit c8151c0

Browse files
authored
delete extraneous title, add links to methods
1 parent 904aa52 commit c8151c0

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

views/pages/index_admin_examples.ejs

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
a Node Express application.</p>
88
<% } %>
99

10-
<% if (locals.dsConfig.multiSourceChooser) { %>
11-
<h3 class="mt-4">Admin API Code Examples for Bash, C#, Java, Node.js, PHP, PowerShell, Python, and Ruby</h3>
12-
<% } else { %>
13-
<h3 class="mt-4">Admin API Code Examples</h3>
14-
<% } %>
1510

1611
<h4 id="example001">1. <a href="eg001">Create a new active eSignature user</a></h4>
1712
<p>
@@ -82,15 +77,17 @@
8277
Demonstrates how to obtain the user's DocuSign profile information across all DocuSign accounts by specifying the user's email address.
8378
</p>
8479
<p>API method used:
85-
MultiProductUserManagement:getUserDSProfilesByEmail
80+
<a target="_blank" rel='noopener noreferrer'
81+
href="https://developers.docusign.com/docs/admin-api/reference/usermanagement/esignusermanagement/getuserprofiles/">MultiProductUserManagement:getUserDSProfilesByEmail</a>
8682
</p>
8783

8884
<h4 id="example007">7. <a href="eg007">Retrieve the user's DocuSign profile using a User ID</a></h4>
8985
<p>
9086
Demonstrates how to obtain the user's DocuSign profile information across all DocuSign accounts by specifying the user's User ID.
9187
</p>
9288
<p>API method used:
93-
MultiProductUserManagement:getUserDSProfile
89+
<a target="_blank" rel='noopener noreferrer'
90+
href="https://developers.docusign.com/docs/admin-api/reference/usermanagement/esignusermanagement/getuserprofiles/">MultiProductUserManagement:getUserDSProfile</a>
9491
</p>
9592

9693
</div>

0 commit comments

Comments
 (0)