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. Replaces a particular contact associated with an account for the DocuSign service. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/contacts/{{contactId}}

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

  7. Retrieves the list of users for the specified account. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/users?additional_info={{additional_info}}&count={{count}}&email={{email}}&email_substring={{email_substring}}&group_id={{group_id}}&include_usersettings_for_csv={{include_usersettings_for_csv}}&login_status={{login_status}}&not_group_id={{not_group_id}}&start_position={{start_position}}&status={{status}}&user_name_substring={{user_name_substring}}

  8. Change one or more user in the specified account. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/users

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

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