-
Notifications
You must be signed in to change notification settings - Fork 100
Users.API
Nikhil Mashettiwar edited this page Jun 25, 2015
·
3 revisions
Public API for DocuSign Users API
- Source:
-
Get user info for a given user.
Name Type Description userId
string DocuSign userId.
callback
function Returned in the form of function(response).
- Source:
-
Gets the user signature.
Name Type Description userId
string DocuSign UserId.
callback
function Returned in the form of function(err, response).
- Source:
-
Gets social connection details for a given user.
Name Type Description userId
string DocuSign UserId.
callback
function Returned in the form of function(response).
- Source: