Users
Number of APIs: 31
-
Gets a particular contact associated with the user's account. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/contacts/{{contactId}}?cloud_provider={{cloud_provider}}
-
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
-
Replaces a particular contact associated with an account for the DocuSign service. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/contacts/{{contactId}}
-
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}}¬_group_id={{not_group_id}}&start_position={{start_position}}&status={{status}}&user_name_substring={{user_name_substring}}
-
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}}
-
Change one or more user in the specified account. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/users
-
Gets the user information for a specified user. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}?additional_info={{additional_info}}&email={{email}}
-
Retrieves the custom user settings for a specified user. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}/custom_settings