Users

Number of APIs: 31

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

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

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

  4. Replaces a particular contact associated with an account for the DocuSign service. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/contacts/{{contactId}}

  5. 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}}

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

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

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

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

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