Users

Number of APIs: 31

  1. Replaces contacts associated with an account for the DocuSign service. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/contacts

  2. Imports multiple new contacts into the contacts collection from CSV, JSON, or XML (based on content type). POST {{baseUrl}}/v2.1/accounts/{{accountId}}/contacts

  3. Delete contacts associated with an account for the DocuSign service. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/contacts

  4. Gets a particular contact associated with the user's account. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/contacts/{{contactId}}?cloud_provider={{cloud_provider}}

  5. Provides a URL to start an edit view of the Template UI POST {{baseUrl}}/v2.1/accounts/{{accountId}}/templates/{{templateId}}/views/edit

  6. Gets the user information for a specified user. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}?additional_info={{additional_info}}&email={{email}}

  7. Adds news user to the specified account. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/users

  8. Removes users account privileges. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/users?delete={{delete}}

  9. Updates the specified user information. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}

  10. Retrieves the custom user settings for a specified user. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}/custom_settings