Users
Number of APIs: 31
-
Replaces contacts associated with an account for the DocuSign service. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/contacts
-
Imports multiple new contacts into the contacts collection from CSV, JSON, or XML (based on content type). POST {{baseUrl}}/v2.1/accounts/{{accountId}}/contacts
-
Delete contacts associated with an account for the DocuSign service. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/contacts
-
Gets a particular contact associated with the user's account. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/contacts/{{contactId}}?cloud_provider={{cloud_provider}}
-
Provides a URL to start an edit view of the Template UI POST {{baseUrl}}/v2.1/accounts/{{accountId}}/templates/{{templateId}}/views/edit
-
Gets the user information for a specified user. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}?additional_info={{additional_info}}&email={{email}}
-
Adds news user to the specified account. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/users
-
Removes users account privileges. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/users?delete={{delete}}
-
Updates the specified user information. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}
-
Retrieves the custom user settings for a specified user. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}/custom_settings