Skip to content

Commit 2bd4909

Browse files
authored
add link, add 'address'
1 parent 8fed5bc commit 2bd4909

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

views/pages/admin-examples/eg006GetUserProfileByEmail.ejs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
<% include ../../partials/docBody %>
99

1010
<p>API method used:
11-
MultiProductUserManagement:getUserDSProfilesByEmail.
11+
<a target="_blank" rel='noopener noreferrer'
12+
href="https://developers.docusign.com/docs/admin-api/reference/usermanagement/esignusermanagement/getuserprofiles/">MultiProductUserManagement:getUserDSProfilesByEmail</a>.
1213
</p>
1314

1415
<% include ../../partials/gitSource %>
1516

1617
<form class="eg" action="" method="post" data-busy="form">
1718
<div class="form-group">
18-
<label for="email">Email</label>
19+
<label for="email">Email address</label>
1920
<input type="email" class="form-control" id="email" name="email"
2021
aria-describedby="emailHelp" placeholder="pat@example.com" required>
2122
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>

0 commit comments

Comments
 (0)