DocuSign CSharp Docs
Public Member Functions | List of all members
DocuSign.eSign.Api.IUsersApi Interface Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for DocuSign.eSign.Api.IUsersApi:
DocuSign.eSign.Client.IApiAccessor DocuSign.eSign.Api.UsersApi

Public Member Functions

NewUsersSummary Create (string accountId, NewUsersDefinition newUsersDefinition=null)
 Adds news user to the specified account. More...
 
ApiResponse< NewUsersSummaryCreateWithHttpInfo (string accountId, NewUsersDefinition newUsersDefinition=null)
 Adds news user to the specified account. More...
 
UserSignaturesInformation CreateSignatures (string accountId, string userId, UserSignaturesInformation userSignaturesInformation=null)
 Adds user Signature and initials images to a Signature. More...
 
ApiResponse< UserSignaturesInformationCreateSignaturesWithHttpInfo (string accountId, string userId, UserSignaturesInformation userSignaturesInformation=null)
 Adds user Signature and initials images to a Signature. More...
 
UsersResponse Delete (string accountId, UserInfoList userInfoList=null, UsersApi.DeleteOptions options=null)
 Removes users account privileges. More...
 
ApiResponse< UsersResponseDeleteWithHttpInfo (string accountId, UserInfoList userInfoList=null, UsersApi.DeleteOptions options=null)
 Removes users account privileges. More...
 
ContactUpdateResponse DeleteContactWithId (string accountId, string contactId)
 Replaces a particular contact associated with an account for the DocuSign service. More...
 
ApiResponse< ContactUpdateResponseDeleteContactWithIdWithHttpInfo (string accountId, string contactId)
 Replaces a particular contact associated with an account for the DocuSign service. More...
 
ContactUpdateResponse DeleteContacts (string accountId, ContactModRequest contactModRequest=null)
 Delete contacts associated with an account for the DocuSign service. More...
 
ApiResponse< ContactUpdateResponseDeleteContactsWithHttpInfo (string accountId, ContactModRequest contactModRequest=null)
 Delete contacts associated with an account for the DocuSign service. More...
 
CustomSettingsInformation DeleteCustomSettings (string accountId, string userId, CustomSettingsInformation customSettingsInformation=null)
 Deletes custom user settings for a specified user. More...
 
ApiResponse< CustomSettingsInformationDeleteCustomSettingsWithHttpInfo (string accountId, string userId, CustomSettingsInformation customSettingsInformation=null)
 Deletes custom user settings for a specified user. More...
 
void DeleteProfileImage (string accountId, string userId)
 Deletes the user profile image for the specified user. More...
 
ApiResponse< Object > DeleteProfileImageWithHttpInfo (string accountId, string userId)
 Deletes the user profile image for the specified user. More...
 
void DeleteSignature (string accountId, string userId, string signatureId)
 Removes removes signature information for the specified user. More...
 
ApiResponse< Object > DeleteSignatureWithHttpInfo (string accountId, string userId, string signatureId)
 Removes removes signature information for the specified user. More...
 
UserSignature DeleteSignatureImage (string accountId, string userId, string signatureId, string imageType)
 Deletes the user initials image or the user signature image for the specified user. More...
 
ApiResponse< UserSignatureDeleteSignatureImageWithHttpInfo (string accountId, string userId, string signatureId, string imageType)
 Deletes the user initials image or the user signature image for the specified user. More...
 
ContactGetResponse GetContactById (string accountId, string contactId, UsersApi.GetContactByIdOptions options=null)
 Gets a particular contact associated with the user&#39;s account. More...
 
ApiResponse< ContactGetResponseGetContactByIdWithHttpInfo (string accountId, string contactId, UsersApi.GetContactByIdOptions options=null)
 Gets a particular contact associated with the user&#39;s account. More...
 
UserInformation GetInformation (string accountId, string userId, UsersApi.GetInformationOptions options=null)
 Gets the user information for a specified user. More...
 
ApiResponse< UserInformationGetInformationWithHttpInfo (string accountId, string userId, UsersApi.GetInformationOptions options=null)
 Gets the user information for a specified user. More...
 
UserProfile GetProfile (string accountId, string userId)
 Retrieves the user profile for a specified user. More...
 
ApiResponse< UserProfileGetProfileWithHttpInfo (string accountId, string userId)
 Retrieves the user profile for a specified user. More...
 
System.IO.Stream GetProfileImage (string accountId, string userId, UsersApi.GetProfileImageOptions options=null)
 Retrieves the user profile image for the specified user. More...
 
ApiResponse< System.IO.Stream > GetProfileImageWithHttpInfo (string accountId, string userId, UsersApi.GetProfileImageOptions options=null)
 Retrieves the user profile image for the specified user. More...
 
UserSettingsInformation GetSettings (string accountId, string userId)
 Gets the user account settings for a specified user. More...
 
ApiResponse< UserSettingsInformationGetSettingsWithHttpInfo (string accountId, string userId)
 Gets the user account settings for a specified user. More...
 
UserSignature GetSignature (string accountId, string userId, string signatureId)
 Gets the user signature information for the specified user. More...
 
ApiResponse< UserSignatureGetSignatureWithHttpInfo (string accountId, string userId, string signatureId)
 Gets the user signature information for the specified user. More...
 
System.IO.Stream GetSignatureImage (string accountId, string userId, string signatureId, string imageType, UsersApi.GetSignatureImageOptions options=null)
 Retrieves the user initials image or the user signature image for the specified user. More...
 
ApiResponse< System.IO.Stream > GetSignatureImageWithHttpInfo (string accountId, string userId, string signatureId, string imageType, UsersApi.GetSignatureImageOptions options=null)
 Retrieves the user initials image or the user signature image for the specified user. More...
 
UserInformationList List (string accountId, UsersApi.ListOptions options=null)
 Retrieves the list of users for the specified account. More...
 
ApiResponse< UserInformationListListWithHttpInfo (string accountId, UsersApi.ListOptions options=null)
 Retrieves the list of users for the specified account. More...
 
CustomSettingsInformation ListCustomSettings (string accountId, string userId)
 Retrieves the custom user settings for a specified user. More...
 
ApiResponse< CustomSettingsInformationListCustomSettingsWithHttpInfo (string accountId, string userId)
 Retrieves the custom user settings for a specified user. More...
 
UserSignaturesInformation ListSignatures (string accountId, string userId, UsersApi.ListSignaturesOptions options=null)
 Retrieves a list of user signature definitions for a specified user. More...
 
ApiResponse< UserSignaturesInformationListSignaturesWithHttpInfo (string accountId, string userId, UsersApi.ListSignaturesOptions options=null)
 Retrieves a list of user signature definitions for a specified user. More...
 
ContactUpdateResponse PostContacts (string accountId, ContactModRequest contactModRequest=null)
 Imports multiple new contacts into the contacts collection from CSV, JSON, or XML (based on content type). More...
 
ApiResponse< ContactUpdateResponsePostContactsWithHttpInfo (string accountId, ContactModRequest contactModRequest=null)
 Imports multiple new contacts into the contacts collection from CSV, JSON, or XML (based on content type). More...
 
ContactUpdateResponse PutContacts (string accountId, ContactModRequest contactModRequest=null)
 Replaces contacts associated with an account for the DocuSign service. More...
 
ApiResponse< ContactUpdateResponsePutContactsWithHttpInfo (string accountId, ContactModRequest contactModRequest=null)
 Replaces contacts associated with an account for the DocuSign service. More...
 
CustomSettingsInformation UpdateCustomSettings (string accountId, string userId, CustomSettingsInformation customSettingsInformation=null)
 Adds or updates custom user settings for the specified user. More...
 
ApiResponse< CustomSettingsInformationUpdateCustomSettingsWithHttpInfo (string accountId, string userId, CustomSettingsInformation customSettingsInformation=null)
 Adds or updates custom user settings for the specified user. More...
 
void UpdateProfile (string accountId, string userId, UserProfile userProfile=null)
 Updates the user profile information for the specified user. More...
 
ApiResponse< Object > UpdateProfileWithHttpInfo (string accountId, string userId, UserProfile userProfile=null)
 Updates the user profile information for the specified user. More...
 
void UpdateProfileImage (string accountId, string userId)
 Updates the user profile image for a specified user. More...
 
ApiResponse< Object > UpdateProfileImageWithHttpInfo (string accountId, string userId)
 Updates the user profile image for a specified user. More...
 
void UpdateSettings (string accountId, string userId, UserSettingsInformation userSettingsInformation=null, UsersApi.UpdateSettingsOptions options=null)
 Updates the user account settings for a specified user. More...
 
ApiResponse< Object > UpdateSettingsWithHttpInfo (string accountId, string userId, UserSettingsInformation userSettingsInformation=null, UsersApi.UpdateSettingsOptions options=null)
 Updates the user account settings for a specified user. More...
 
UserSignature UpdateSignature (string accountId, string userId, string signatureId, UserSignatureDefinition userSignatureDefinition=null, UsersApi.UpdateSignatureOptions options=null)
 Updates the user signature for a specified user. More...
 
ApiResponse< UserSignatureUpdateSignatureWithHttpInfo (string accountId, string userId, string signatureId, UserSignatureDefinition userSignatureDefinition=null, UsersApi.UpdateSignatureOptions options=null)
 Updates the user signature for a specified user. More...
 
UserSignature UpdateSignatureImage (string accountId, string userId, string signatureId, string imageType, UsersApi.UpdateSignatureImageOptions options=null)
 Updates the user signature image or user initials image for the specified user. More...
 
ApiResponse< UserSignatureUpdateSignatureImageWithHttpInfo (string accountId, string userId, string signatureId, string imageType, UsersApi.UpdateSignatureImageOptions options=null)
 Updates the user signature image or user initials image for the specified user. More...
 
UserSignaturesInformation UpdateSignatures (string accountId, string userId, UserSignaturesInformation userSignaturesInformation=null)
 Adds/updates a user signature. More...
 
ApiResponse< UserSignaturesInformationUpdateSignaturesWithHttpInfo (string accountId, string userId, UserSignaturesInformation userSignaturesInformation=null)
 Adds/updates a user signature. More...
 
UserInformation UpdateUser (string accountId, string userId, UserInformation userInformation=null, UsersApi.UpdateUserOptions options=null)
 Updates the specified user information. More...
 
ApiResponse< UserInformationUpdateUserWithHttpInfo (string accountId, string userId, UserInformation userInformation=null, UsersApi.UpdateUserOptions options=null)
 Updates the specified user information. More...
 
UserInformationList UpdateUsers (string accountId, UserInformationList userInformationList=null, UsersApi.UpdateUsersOptions options=null)
 Change one or more user in the specified account. More...
 
ApiResponse< UserInformationListUpdateUsersWithHttpInfo (string accountId, UserInformationList userInformationList=null, UsersApi.UpdateUsersOptions options=null)
 Change one or more user in the specified account. More...
 
System.Threading.Tasks.Task< NewUsersSummaryCreateAsync (string accountId, NewUsersDefinition newUsersDefinition=null)
 Adds news user to the specified account. More...
 
System.Threading.Tasks.Task< ApiResponse< NewUsersSummary > > CreateAsyncWithHttpInfo (string accountId, NewUsersDefinition newUsersDefinition=null)
 Adds news user to the specified account. More...
 
System.Threading.Tasks.Task< UserSignaturesInformationCreateSignaturesAsync (string accountId, string userId, UserSignaturesInformation userSignaturesInformation=null)
 Adds user Signature and initials images to a Signature. More...
 
System.Threading.Tasks.Task< ApiResponse< UserSignaturesInformation > > CreateSignaturesAsyncWithHttpInfo (string accountId, string userId, UserSignaturesInformation userSignaturesInformation=null)
 Adds user Signature and initials images to a Signature. More...
 
System.Threading.Tasks.Task< UsersResponseDeleteAsync (string accountId, UserInfoList userInfoList=null, UsersApi.DeleteOptions options=null)
 Removes users account privileges. More...
 
System.Threading.Tasks.Task< ApiResponse< UsersResponse > > DeleteAsyncWithHttpInfo (string accountId, UserInfoList userInfoList=null, UsersApi.DeleteOptions options=null)
 Removes users account privileges. More...
 
System.Threading.Tasks.Task< ContactUpdateResponseDeleteContactWithIdAsync (string accountId, string contactId)
 Replaces a particular contact associated with an account for the DocuSign service. More...
 
System.Threading.Tasks.Task< ApiResponse< ContactUpdateResponse > > DeleteContactWithIdAsyncWithHttpInfo (string accountId, string contactId)
 Replaces a particular contact associated with an account for the DocuSign service. More...
 
System.Threading.Tasks.Task< ContactUpdateResponseDeleteContactsAsync (string accountId, ContactModRequest contactModRequest=null)
 Delete contacts associated with an account for the DocuSign service. More...
 
System.Threading.Tasks.Task< ApiResponse< ContactUpdateResponse > > DeleteContactsAsyncWithHttpInfo (string accountId, ContactModRequest contactModRequest=null)
 Delete contacts associated with an account for the DocuSign service. More...
 
System.Threading.Tasks.Task< CustomSettingsInformationDeleteCustomSettingsAsync (string accountId, string userId, CustomSettingsInformation customSettingsInformation=null)
 Deletes custom user settings for a specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< CustomSettingsInformation > > DeleteCustomSettingsAsyncWithHttpInfo (string accountId, string userId, CustomSettingsInformation customSettingsInformation=null)
 Deletes custom user settings for a specified user. More...
 
System.Threading.Tasks.Task DeleteProfileImageAsync (string accountId, string userId)
 Deletes the user profile image for the specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< Object > > DeleteProfileImageAsyncWithHttpInfo (string accountId, string userId)
 Deletes the user profile image for the specified user. More...
 
System.Threading.Tasks.Task DeleteSignatureAsync (string accountId, string userId, string signatureId)
 Removes removes signature information for the specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< Object > > DeleteSignatureAsyncWithHttpInfo (string accountId, string userId, string signatureId)
 Removes removes signature information for the specified user. More...
 
System.Threading.Tasks.Task< UserSignatureDeleteSignatureImageAsync (string accountId, string userId, string signatureId, string imageType)
 Deletes the user initials image or the user signature image for the specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< UserSignature > > DeleteSignatureImageAsyncWithHttpInfo (string accountId, string userId, string signatureId, string imageType)
 Deletes the user initials image or the user signature image for the specified user. More...
 
System.Threading.Tasks.Task< ContactGetResponseGetContactByIdAsync (string accountId, string contactId, UsersApi.GetContactByIdOptions options=null)
 Gets a particular contact associated with the user&#39;s account. More...
 
System.Threading.Tasks.Task< ApiResponse< ContactGetResponse > > GetContactByIdAsyncWithHttpInfo (string accountId, string contactId, UsersApi.GetContactByIdOptions options=null)
 Gets a particular contact associated with the user&#39;s account. More...
 
System.Threading.Tasks.Task< UserInformationGetInformationAsync (string accountId, string userId, UsersApi.GetInformationOptions options=null)
 Gets the user information for a specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< UserInformation > > GetInformationAsyncWithHttpInfo (string accountId, string userId, UsersApi.GetInformationOptions options=null)
 Gets the user information for a specified user. More...
 
System.Threading.Tasks.Task< UserProfileGetProfileAsync (string accountId, string userId)
 Retrieves the user profile for a specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< UserProfile > > GetProfileAsyncWithHttpInfo (string accountId, string userId)
 Retrieves the user profile for a specified user. More...
 
System.Threading.Tasks.Task< System.IO.Stream > GetProfileImageAsync (string accountId, string userId, UsersApi.GetProfileImageOptions options=null)
 Retrieves the user profile image for the specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< System.IO.Stream > > GetProfileImageAsyncWithHttpInfo (string accountId, string userId, UsersApi.GetProfileImageOptions options=null)
 Retrieves the user profile image for the specified user. More...
 
System.Threading.Tasks.Task< UserSettingsInformationGetSettingsAsync (string accountId, string userId)
 Gets the user account settings for a specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< UserSettingsInformation > > GetSettingsAsyncWithHttpInfo (string accountId, string userId)
 Gets the user account settings for a specified user. More...
 
System.Threading.Tasks.Task< UserSignatureGetSignatureAsync (string accountId, string userId, string signatureId)
 Gets the user signature information for the specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< UserSignature > > GetSignatureAsyncWithHttpInfo (string accountId, string userId, string signatureId)
 Gets the user signature information for the specified user. More...
 
System.Threading.Tasks.Task< System.IO.Stream > GetSignatureImageAsync (string accountId, string userId, string signatureId, string imageType, UsersApi.GetSignatureImageOptions options=null)
 Retrieves the user initials image or the user signature image for the specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< System.IO.Stream > > GetSignatureImageAsyncWithHttpInfo (string accountId, string userId, string signatureId, string imageType, UsersApi.GetSignatureImageOptions options=null)
 Retrieves the user initials image or the user signature image for the specified user. More...
 
System.Threading.Tasks.Task< UserInformationListListAsync (string accountId, UsersApi.ListOptions options=null)
 Retrieves the list of users for the specified account. More...
 
System.Threading.Tasks.Task< ApiResponse< UserInformationList > > ListAsyncWithHttpInfo (string accountId, UsersApi.ListOptions options=null)
 Retrieves the list of users for the specified account. More...
 
System.Threading.Tasks.Task< CustomSettingsInformationListCustomSettingsAsync (string accountId, string userId)
 Retrieves the custom user settings for a specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< CustomSettingsInformation > > ListCustomSettingsAsyncWithHttpInfo (string accountId, string userId)
 Retrieves the custom user settings for a specified user. More...
 
System.Threading.Tasks.Task< UserSignaturesInformationListSignaturesAsync (string accountId, string userId, UsersApi.ListSignaturesOptions options=null)
 Retrieves a list of user signature definitions for a specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< UserSignaturesInformation > > ListSignaturesAsyncWithHttpInfo (string accountId, string userId, UsersApi.ListSignaturesOptions options=null)
 Retrieves a list of user signature definitions for a specified user. More...
 
System.Threading.Tasks.Task< ContactUpdateResponsePostContactsAsync (string accountId, ContactModRequest contactModRequest=null)
 Imports multiple new contacts into the contacts collection from CSV, JSON, or XML (based on content type). More...
 
System.Threading.Tasks.Task< ApiResponse< ContactUpdateResponse > > PostContactsAsyncWithHttpInfo (string accountId, ContactModRequest contactModRequest=null)
 Imports multiple new contacts into the contacts collection from CSV, JSON, or XML (based on content type). More...
 
System.Threading.Tasks.Task< ContactUpdateResponsePutContactsAsync (string accountId, ContactModRequest contactModRequest=null)
 Replaces contacts associated with an account for the DocuSign service. More...
 
System.Threading.Tasks.Task< ApiResponse< ContactUpdateResponse > > PutContactsAsyncWithHttpInfo (string accountId, ContactModRequest contactModRequest=null)
 Replaces contacts associated with an account for the DocuSign service. More...
 
System.Threading.Tasks.Task< CustomSettingsInformationUpdateCustomSettingsAsync (string accountId, string userId, CustomSettingsInformation customSettingsInformation=null)
 Adds or updates custom user settings for the specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< CustomSettingsInformation > > UpdateCustomSettingsAsyncWithHttpInfo (string accountId, string userId, CustomSettingsInformation customSettingsInformation=null)
 Adds or updates custom user settings for the specified user. More...
 
System.Threading.Tasks.Task UpdateProfileAsync (string accountId, string userId, UserProfile userProfile=null)
 Updates the user profile information for the specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< Object > > UpdateProfileAsyncWithHttpInfo (string accountId, string userId, UserProfile userProfile=null)
 Updates the user profile information for the specified user. More...
 
System.Threading.Tasks.Task UpdateProfileImageAsync (string accountId, string userId)
 Updates the user profile image for a specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< Object > > UpdateProfileImageAsyncWithHttpInfo (string accountId, string userId)
 Updates the user profile image for a specified user. More...
 
System.Threading.Tasks.Task UpdateSettingsAsync (string accountId, string userId, UserSettingsInformation userSettingsInformation=null, UsersApi.UpdateSettingsOptions options=null)
 Updates the user account settings for a specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< Object > > UpdateSettingsAsyncWithHttpInfo (string accountId, string userId, UserSettingsInformation userSettingsInformation=null, UsersApi.UpdateSettingsOptions options=null)
 Updates the user account settings for a specified user. More...
 
System.Threading.Tasks.Task< UserSignatureUpdateSignatureAsync (string accountId, string userId, string signatureId, UserSignatureDefinition userSignatureDefinition=null, UsersApi.UpdateSignatureOptions options=null)
 Updates the user signature for a specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< UserSignature > > UpdateSignatureAsyncWithHttpInfo (string accountId, string userId, string signatureId, UserSignatureDefinition userSignatureDefinition=null, UsersApi.UpdateSignatureOptions options=null)
 Updates the user signature for a specified user. More...
 
System.Threading.Tasks.Task< UserSignatureUpdateSignatureImageAsync (string accountId, string userId, string signatureId, string imageType, UsersApi.UpdateSignatureImageOptions options=null)
 Updates the user signature image or user initials image for the specified user. More...
 
System.Threading.Tasks.Task< ApiResponse< UserSignature > > UpdateSignatureImageAsyncWithHttpInfo (string accountId, string userId, string signatureId, string imageType, UsersApi.UpdateSignatureImageOptions options=null)
 Updates the user signature image or user initials image for the specified user. More...
 
System.Threading.Tasks.Task< UserSignaturesInformationUpdateSignaturesAsync (string accountId, string userId, UserSignaturesInformation userSignaturesInformation=null)
 Adds/updates a user signature. More...
 
System.Threading.Tasks.Task< ApiResponse< UserSignaturesInformation > > UpdateSignaturesAsyncWithHttpInfo (string accountId, string userId, UserSignaturesInformation userSignaturesInformation=null)
 Adds/updates a user signature. More...
 
System.Threading.Tasks.Task< UserInformationUpdateUserAsync (string accountId, string userId, UserInformation userInformation=null, UsersApi.UpdateUserOptions options=null)
 Updates the specified user information. More...
 
System.Threading.Tasks.Task< ApiResponse< UserInformation > > UpdateUserAsyncWithHttpInfo (string accountId, string userId, UserInformation userInformation=null, UsersApi.UpdateUserOptions options=null)
 Updates the specified user information. More...
 
System.Threading.Tasks.Task< UserInformationListUpdateUsersAsync (string accountId, UserInformationList userInformationList=null, UsersApi.UpdateUsersOptions options=null)
 Change one or more user in the specified account. More...
 
System.Threading.Tasks.Task< ApiResponse< UserInformationList > > UpdateUsersAsyncWithHttpInfo (string accountId, UserInformationList userInformationList=null, UsersApi.UpdateUsersOptions options=null)
 Change one or more user in the specified account. More...
 
- Public Member Functions inherited from DocuSign.eSign.Client.IApiAccessor
String GetBasePath ()
 Gets the base path of the API client. More...
 

Additional Inherited Members

- Properties inherited from DocuSign.eSign.Client.IApiAccessor
DocuSignClient ApiClient [get, set]
 Gets or sets the ApiClient object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Member Function Documentation

◆ Create()

NewUsersSummary DocuSign.eSign.Api.IUsersApi.Create ( string  accountId,
NewUsersDefinition  newUsersDefinition = null 
)

Adds news user to the specified account.

Adds new users to your account. Set the &#x60;userSettings&#x60; property in the request to specify the actions the users can perform on the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
newUsersDefinition(optional)
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ CreateAsync()

System.Threading.Tasks.Task<NewUsersSummary> DocuSign.eSign.Api.IUsersApi.CreateAsync ( string  accountId,
NewUsersDefinition  newUsersDefinition = null 
)

Adds news user to the specified account.

Adds new users to your account. Set the &#x60;userSettings&#x60; property in the request to specify the actions the users can perform on the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
newUsersDefinition(optional)
Returns
Task of NewUsersSummary

Implemented in DocuSign.eSign.Api.UsersApi.

◆ CreateAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<NewUsersSummary> > DocuSign.eSign.Api.IUsersApi.CreateAsyncWithHttpInfo ( string  accountId,
NewUsersDefinition  newUsersDefinition = null 
)

Adds news user to the specified account.

Adds new users to your account. Set the &#x60;userSettings&#x60; property in the request to specify the actions the users can perform on the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
newUsersDefinition(optional)
Returns
Task of ApiResponse (NewUsersSummary)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ CreateSignatures()

UserSignaturesInformation DocuSign.eSign.Api.IUsersApi.CreateSignatures ( string  accountId,
string  userId,
UserSignaturesInformation  userSignaturesInformation = null 
)

Adds user Signature and initials images to a Signature.

Adds a user signature image and/or user initials image to the specified user. The userId property specified in the endpoint must match the authenticated user&#39;s userId and the user must be a member of the account. The rules and processes associated with this are: * If Content-Type is set to application/json, then the default behavior for creating a default signature image, based on the name and a DocuSign font, is used. * If Content-Type is set to multipart/form-data, then the request must contain a first part with the user signature information, followed by parts that contain the images. For each Image part, the Content-Disposition header has a &quot;filename&quot; value that is used to map to the &#x60;signatureName&#x60; and/or &#x60;signatureInitials&#x60; properties in the JSON to the image. For example: &#x60;Content-Disposition: file; filename&#x3D;&quot;Ron Test20121127083900&quot;&#x60; If no matching image (by filename value) is found, then the image is not set. One, both, or neither of the signature and initials images can be set with this call. The Content-Transfer-Encoding: base64 header, set in the header for the part containing the image, can be set to indicate that the images are formatted as base64 instead of as binary. If successful, 200-OK is returned, and a JSON structure containing the signature information is provided, note that the signatureId can change with each API POST, PUT, or DELETE since the changes to the signature structure cause the current signature to be closed, and a new signature record to be created.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userSignaturesInformation(optional)
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ CreateSignaturesAsync()

System.Threading.Tasks.Task<UserSignaturesInformation> DocuSign.eSign.Api.IUsersApi.CreateSignaturesAsync ( string  accountId,
string  userId,
UserSignaturesInformation  userSignaturesInformation = null 
)

Adds user Signature and initials images to a Signature.

Adds a user signature image and/or user initials image to the specified user. The userId property specified in the endpoint must match the authenticated user&#39;s userId and the user must be a member of the account. The rules and processes associated with this are: * If Content-Type is set to application/json, then the default behavior for creating a default signature image, based on the name and a DocuSign font, is used. * If Content-Type is set to multipart/form-data, then the request must contain a first part with the user signature information, followed by parts that contain the images. For each Image part, the Content-Disposition header has a &quot;filename&quot; value that is used to map to the &#x60;signatureName&#x60; and/or &#x60;signatureInitials&#x60; properties in the JSON to the image. For example: &#x60;Content-Disposition: file; filename&#x3D;&quot;Ron Test20121127083900&quot;&#x60; If no matching image (by filename value) is found, then the image is not set. One, both, or neither of the signature and initials images can be set with this call. The Content-Transfer-Encoding: base64 header, set in the header for the part containing the image, can be set to indicate that the images are formatted as base64 instead of as binary. If successful, 200-OK is returned, and a JSON structure containing the signature information is provided, note that the signatureId can change with each API POST, PUT, or DELETE since the changes to the signature structure cause the current signature to be closed, and a new signature record to be created.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userSignaturesInformation(optional)
Returns
Task of UserSignaturesInformation

Implemented in DocuSign.eSign.Api.UsersApi.

◆ CreateSignaturesAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<UserSignaturesInformation> > DocuSign.eSign.Api.IUsersApi.CreateSignaturesAsyncWithHttpInfo ( string  accountId,
string  userId,
UserSignaturesInformation  userSignaturesInformation = null 
)

Adds user Signature and initials images to a Signature.

Adds a user signature image and/or user initials image to the specified user. The userId property specified in the endpoint must match the authenticated user&#39;s userId and the user must be a member of the account. The rules and processes associated with this are: * If Content-Type is set to application/json, then the default behavior for creating a default signature image, based on the name and a DocuSign font, is used. * If Content-Type is set to multipart/form-data, then the request must contain a first part with the user signature information, followed by parts that contain the images. For each Image part, the Content-Disposition header has a &quot;filename&quot; value that is used to map to the &#x60;signatureName&#x60; and/or &#x60;signatureInitials&#x60; properties in the JSON to the image. For example: &#x60;Content-Disposition: file; filename&#x3D;&quot;Ron Test20121127083900&quot;&#x60; If no matching image (by filename value) is found, then the image is not set. One, both, or neither of the signature and initials images can be set with this call. The Content-Transfer-Encoding: base64 header, set in the header for the part containing the image, can be set to indicate that the images are formatted as base64 instead of as binary. If successful, 200-OK is returned, and a JSON structure containing the signature information is provided, note that the signatureId can change with each API POST, PUT, or DELETE since the changes to the signature structure cause the current signature to be closed, and a new signature record to be created.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userSignaturesInformation(optional)
Returns
Task of ApiResponse (UserSignaturesInformation)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ CreateSignaturesWithHttpInfo()

ApiResponse<UserSignaturesInformation> DocuSign.eSign.Api.IUsersApi.CreateSignaturesWithHttpInfo ( string  accountId,
string  userId,
UserSignaturesInformation  userSignaturesInformation = null 
)

Adds user Signature and initials images to a Signature.

Adds a user signature image and/or user initials image to the specified user. The userId property specified in the endpoint must match the authenticated user&#39;s userId and the user must be a member of the account. The rules and processes associated with this are: * If Content-Type is set to application/json, then the default behavior for creating a default signature image, based on the name and a DocuSign font, is used. * If Content-Type is set to multipart/form-data, then the request must contain a first part with the user signature information, followed by parts that contain the images. For each Image part, the Content-Disposition header has a &quot;filename&quot; value that is used to map to the &#x60;signatureName&#x60; and/or &#x60;signatureInitials&#x60; properties in the JSON to the image. For example: &#x60;Content-Disposition: file; filename&#x3D;&quot;Ron Test20121127083900&quot;&#x60; If no matching image (by filename value) is found, then the image is not set. One, both, or neither of the signature and initials images can be set with this call. The Content-Transfer-Encoding: base64 header, set in the header for the part containing the image, can be set to indicate that the images are formatted as base64 instead of as binary. If successful, 200-OK is returned, and a JSON structure containing the signature information is provided, note that the signatureId can change with each API POST, PUT, or DELETE since the changes to the signature structure cause the current signature to be closed, and a new signature record to be created.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userSignaturesInformation(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.UsersApi.

◆ CreateWithHttpInfo()

ApiResponse<NewUsersSummary> DocuSign.eSign.Api.IUsersApi.CreateWithHttpInfo ( string  accountId,
NewUsersDefinition  newUsersDefinition = null 
)

Adds news user to the specified account.

Adds new users to your account. Set the &#x60;userSettings&#x60; property in the request to specify the actions the users can perform on the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
newUsersDefinition(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.UsersApi.

◆ Delete()

UsersResponse DocuSign.eSign.Api.IUsersApi.Delete ( string  accountId,
UserInfoList  userInfoList = null,
UsersApi.DeleteOptions  options = null 
)

Removes users account privileges.

This closes one or more user records in the account. Users are never deleted from an account, but closing a user prevents them from using account functions. The response returns whether the API execution was successful (200 - OK) or if it failed. The response contains a user structure similar to the request and includes the user changes. If an error occurred during the DELETE operation for any of the users, the response for that user contains an &#x60;errorDetails&#x60; node with &#x60;errorCode&#x60; and &#x60;message&#x60; properties.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userInfoList(optional)
optionsOptions for modifying the behavior of the function.
Returns

◆ DeleteAsync()

System.Threading.Tasks.Task<UsersResponse> DocuSign.eSign.Api.IUsersApi.DeleteAsync ( string  accountId,
UserInfoList  userInfoList = null,
UsersApi.DeleteOptions  options = null 
)

Removes users account privileges.

This closes one or more user records in the account. Users are never deleted from an account, but closing a user prevents them from using account functions. The response returns whether the API execution was successful (200 - OK) or if it failed. The response contains a user structure similar to the request and includes the user changes. If an error occurred during the DELETE operation for any of the users, the response for that user contains an &#x60;errorDetails&#x60; node with &#x60;errorCode&#x60; and &#x60;message&#x60; properties.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userInfoList(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of UsersResponse

◆ DeleteAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<UsersResponse> > DocuSign.eSign.Api.IUsersApi.DeleteAsyncWithHttpInfo ( string  accountId,
UserInfoList  userInfoList = null,
UsersApi.DeleteOptions  options = null 
)

Removes users account privileges.

This closes one or more user records in the account. Users are never deleted from an account, but closing a user prevents them from using account functions. The response returns whether the API execution was successful (200 - OK) or if it failed. The response contains a user structure similar to the request and includes the user changes. If an error occurred during the DELETE operation for any of the users, the response for that user contains an &#x60;errorDetails&#x60; node with &#x60;errorCode&#x60; and &#x60;message&#x60; properties.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userInfoList(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (UsersResponse)

◆ DeleteContacts()

ContactUpdateResponse DocuSign.eSign.Api.IUsersApi.DeleteContacts ( string  accountId,
ContactModRequest  contactModRequest = null 
)

Delete contacts associated with an account for the DocuSign service.

This method deletes multiple contacts associated with an account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactModRequest(optional)
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteContactsAsync()

System.Threading.Tasks.Task<ContactUpdateResponse> DocuSign.eSign.Api.IUsersApi.DeleteContactsAsync ( string  accountId,
ContactModRequest  contactModRequest = null 
)

Delete contacts associated with an account for the DocuSign service.

This method deletes multiple contacts associated with an account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactModRequest(optional)
Returns
Task of ContactUpdateResponse

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteContactsAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ContactUpdateResponse> > DocuSign.eSign.Api.IUsersApi.DeleteContactsAsyncWithHttpInfo ( string  accountId,
ContactModRequest  contactModRequest = null 
)

Delete contacts associated with an account for the DocuSign service.

This method deletes multiple contacts associated with an account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactModRequest(optional)
Returns
Task of ApiResponse (ContactUpdateResponse)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteContactsWithHttpInfo()

ApiResponse<ContactUpdateResponse> DocuSign.eSign.Api.IUsersApi.DeleteContactsWithHttpInfo ( string  accountId,
ContactModRequest  contactModRequest = null 
)

Delete contacts associated with an account for the DocuSign service.

This method deletes multiple contacts associated with an account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactModRequest(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteContactWithId()

ContactUpdateResponse DocuSign.eSign.Api.IUsersApi.DeleteContactWithId ( string  accountId,
string  contactId 
)

Replaces a particular contact associated with an account for the DocuSign service.

This method deletes a contact associated with an account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactIdThe unique identifier of a person in the contacts address book.
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteContactWithIdAsync()

System.Threading.Tasks.Task<ContactUpdateResponse> DocuSign.eSign.Api.IUsersApi.DeleteContactWithIdAsync ( string  accountId,
string  contactId 
)

Replaces a particular contact associated with an account for the DocuSign service.

This method deletes a contact associated with an account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactIdThe unique identifier of a person in the contacts address book.
Returns
Task of ContactUpdateResponse

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteContactWithIdAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ContactUpdateResponse> > DocuSign.eSign.Api.IUsersApi.DeleteContactWithIdAsyncWithHttpInfo ( string  accountId,
string  contactId 
)

Replaces a particular contact associated with an account for the DocuSign service.

This method deletes a contact associated with an account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactIdThe unique identifier of a person in the contacts address book.
Returns
Task of ApiResponse (ContactUpdateResponse)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteContactWithIdWithHttpInfo()

ApiResponse<ContactUpdateResponse> DocuSign.eSign.Api.IUsersApi.DeleteContactWithIdWithHttpInfo ( string  accountId,
string  contactId 
)

Replaces a particular contact associated with an account for the DocuSign service.

This method deletes a contact associated with an account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactIdThe unique identifier of a person in the contacts address book.
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteCustomSettings()

CustomSettingsInformation DocuSign.eSign.Api.IUsersApi.DeleteCustomSettings ( string  accountId,
string  userId,
CustomSettingsInformation  customSettingsInformation = null 
)

Deletes custom user settings for a specified user.

Deletes the specified custom user settings for a single user. ###Deleting Grouped Custom User Settings### If the custom user settings you want to delete are grouped, you must include the following information in the header, after Content-Type, in the request: &#x60;X-DocuSign-User-Settings-Key:group_name&#x60; Where the &#x60;group_name&#x60; is your designated name for the group of customer user settings. If the extra header information is not included, only the custom user settings that were added without a group are deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
customSettingsInformation(optional)
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteCustomSettingsAsync()

System.Threading.Tasks.Task<CustomSettingsInformation> DocuSign.eSign.Api.IUsersApi.DeleteCustomSettingsAsync ( string  accountId,
string  userId,
CustomSettingsInformation  customSettingsInformation = null 
)

Deletes custom user settings for a specified user.

Deletes the specified custom user settings for a single user. ###Deleting Grouped Custom User Settings### If the custom user settings you want to delete are grouped, you must include the following information in the header, after Content-Type, in the request: &#x60;X-DocuSign-User-Settings-Key:group_name&#x60; Where the &#x60;group_name&#x60; is your designated name for the group of customer user settings. If the extra header information is not included, only the custom user settings that were added without a group are deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
customSettingsInformation(optional)
Returns
Task of CustomSettingsInformation

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteCustomSettingsAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<CustomSettingsInformation> > DocuSign.eSign.Api.IUsersApi.DeleteCustomSettingsAsyncWithHttpInfo ( string  accountId,
string  userId,
CustomSettingsInformation  customSettingsInformation = null 
)

Deletes custom user settings for a specified user.

Deletes the specified custom user settings for a single user. ###Deleting Grouped Custom User Settings### If the custom user settings you want to delete are grouped, you must include the following information in the header, after Content-Type, in the request: &#x60;X-DocuSign-User-Settings-Key:group_name&#x60; Where the &#x60;group_name&#x60; is your designated name for the group of customer user settings. If the extra header information is not included, only the custom user settings that were added without a group are deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
customSettingsInformation(optional)
Returns
Task of ApiResponse (CustomSettingsInformation)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteCustomSettingsWithHttpInfo()

ApiResponse<CustomSettingsInformation> DocuSign.eSign.Api.IUsersApi.DeleteCustomSettingsWithHttpInfo ( string  accountId,
string  userId,
CustomSettingsInformation  customSettingsInformation = null 
)

Deletes custom user settings for a specified user.

Deletes the specified custom user settings for a single user. ###Deleting Grouped Custom User Settings### If the custom user settings you want to delete are grouped, you must include the following information in the header, after Content-Type, in the request: &#x60;X-DocuSign-User-Settings-Key:group_name&#x60; Where the &#x60;group_name&#x60; is your designated name for the group of customer user settings. If the extra header information is not included, only the custom user settings that were added without a group are deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
customSettingsInformation(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteProfileImage()

void DocuSign.eSign.Api.IUsersApi.DeleteProfileImage ( string  accountId,
string  userId 
)

Deletes the user profile image for the specified user.

Deletes the user profile image from the specified user&#39;s profile. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the specified account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteProfileImageAsync()

System.Threading.Tasks.Task DocuSign.eSign.Api.IUsersApi.DeleteProfileImageAsync ( string  accountId,
string  userId 
)

Deletes the user profile image for the specified user.

Deletes the user profile image from the specified user&#39;s profile. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the specified account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns
Task of void

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteProfileImageAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.IUsersApi.DeleteProfileImageAsyncWithHttpInfo ( string  accountId,
string  userId 
)

Deletes the user profile image for the specified user.

Deletes the user profile image from the specified user&#39;s profile. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the specified account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns
Task of ApiResponse

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteProfileImageWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.IUsersApi.DeleteProfileImageWithHttpInfo ( string  accountId,
string  userId 
)

Deletes the user profile image for the specified user.

Deletes the user profile image from the specified user&#39;s profile. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the specified account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns
ApiResponse of Object(void)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteSignature()

void DocuSign.eSign.Api.IUsersApi.DeleteSignature ( string  accountId,
string  userId,
string  signatureId 
)

Removes removes signature information for the specified user.

Removes the signature information for the user. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteSignatureAsync()

System.Threading.Tasks.Task DocuSign.eSign.Api.IUsersApi.DeleteSignatureAsync ( string  accountId,
string  userId,
string  signatureId 
)

Removes removes signature information for the specified user.

Removes the signature information for the user. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
Returns
Task of void

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteSignatureAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.IUsersApi.DeleteSignatureAsyncWithHttpInfo ( string  accountId,
string  userId,
string  signatureId 
)

Removes removes signature information for the specified user.

Removes the signature information for the user. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
Returns
Task of ApiResponse

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteSignatureImage()

UserSignature DocuSign.eSign.Api.IUsersApi.DeleteSignatureImage ( string  accountId,
string  userId,
string  signatureId,
string  imageType 
)

Deletes the user initials image or the user signature image for the specified user.

Deletes the specified initials image or signature image for the specified user. The function deletes one or the other of the image types, to delete both the initials image and signature image you must call the endpoint twice. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
imageTypeOne of signature_image or initials_image.
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteSignatureImageAsync()

System.Threading.Tasks.Task<UserSignature> DocuSign.eSign.Api.IUsersApi.DeleteSignatureImageAsync ( string  accountId,
string  userId,
string  signatureId,
string  imageType 
)

Deletes the user initials image or the user signature image for the specified user.

Deletes the specified initials image or signature image for the specified user. The function deletes one or the other of the image types, to delete both the initials image and signature image you must call the endpoint twice. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
imageTypeOne of signature_image or initials_image.
Returns
Task of UserSignature

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteSignatureImageAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<UserSignature> > DocuSign.eSign.Api.IUsersApi.DeleteSignatureImageAsyncWithHttpInfo ( string  accountId,
string  userId,
string  signatureId,
string  imageType 
)

Deletes the user initials image or the user signature image for the specified user.

Deletes the specified initials image or signature image for the specified user. The function deletes one or the other of the image types, to delete both the initials image and signature image you must call the endpoint twice. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
imageTypeOne of signature_image or initials_image.
Returns
Task of ApiResponse (UserSignature)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteSignatureImageWithHttpInfo()

ApiResponse<UserSignature> DocuSign.eSign.Api.IUsersApi.DeleteSignatureImageWithHttpInfo ( string  accountId,
string  userId,
string  signatureId,
string  imageType 
)

Deletes the user initials image or the user signature image for the specified user.

Deletes the specified initials image or signature image for the specified user. The function deletes one or the other of the image types, to delete both the initials image and signature image you must call the endpoint twice. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
imageTypeOne of signature_image or initials_image.
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteSignatureWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.IUsersApi.DeleteSignatureWithHttpInfo ( string  accountId,
string  userId,
string  signatureId 
)

Removes removes signature information for the specified user.

Removes the signature information for the user. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
Returns
ApiResponse of Object(void)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ DeleteWithHttpInfo()

ApiResponse<UsersResponse> DocuSign.eSign.Api.IUsersApi.DeleteWithHttpInfo ( string  accountId,
UserInfoList  userInfoList = null,
UsersApi.DeleteOptions  options = null 
)

Removes users account privileges.

This closes one or more user records in the account. Users are never deleted from an account, but closing a user prevents them from using account functions. The response returns whether the API execution was successful (200 - OK) or if it failed. The response contains a user structure similar to the request and includes the user changes. If an error occurred during the DELETE operation for any of the users, the response for that user contains an &#x60;errorDetails&#x60; node with &#x60;errorCode&#x60; and &#x60;message&#x60; properties.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userInfoList(optional)
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ GetContactById()

ContactGetResponse DocuSign.eSign.Api.IUsersApi.GetContactById ( string  accountId,
string  contactId,
UsersApi.GetContactByIdOptions  options = null 
)

Gets a particular contact associated with the user&#39;s account.

This method returns one or more contacts associated with a DocuSign account. You can also retrieve contacts from connected [cloud storage][CloudStorage] providers by using the &#x60;cloud_provider&#x60; query parameter. By default, contacts are retrieved from the DocuSign account&#39;s default address book. To return a specific contact, use the &#x60;contactId&#x60; query parameter. To return all contacts associated with an account, omit this parameter. [CloudStorage]: /docs/esign-rest-api/reference/cloudstorage/

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactIdThe unique identifier of a person in the contacts address book.
optionsOptions for modifying the behavior of the function.
Returns

◆ GetContactByIdAsync()

System.Threading.Tasks.Task<ContactGetResponse> DocuSign.eSign.Api.IUsersApi.GetContactByIdAsync ( string  accountId,
string  contactId,
UsersApi.GetContactByIdOptions  options = null 
)

Gets a particular contact associated with the user&#39;s account.

This method returns one or more contacts associated with a DocuSign account. You can also retrieve contacts from connected [cloud storage][CloudStorage] providers by using the &#x60;cloud_provider&#x60; query parameter. By default, contacts are retrieved from the DocuSign account&#39;s default address book. To return a specific contact, use the &#x60;contactId&#x60; query parameter. To return all contacts associated with an account, omit this parameter. [CloudStorage]: /docs/esign-rest-api/reference/cloudstorage/

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactIdThe unique identifier of a person in the contacts address book.
optionsOptions for modifying the behavior of the function.
Returns
Task of ContactGetResponse

◆ GetContactByIdAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ContactGetResponse> > DocuSign.eSign.Api.IUsersApi.GetContactByIdAsyncWithHttpInfo ( string  accountId,
string  contactId,
UsersApi.GetContactByIdOptions  options = null 
)

Gets a particular contact associated with the user&#39;s account.

This method returns one or more contacts associated with a DocuSign account. You can also retrieve contacts from connected [cloud storage][CloudStorage] providers by using the &#x60;cloud_provider&#x60; query parameter. By default, contacts are retrieved from the DocuSign account&#39;s default address book. To return a specific contact, use the &#x60;contactId&#x60; query parameter. To return all contacts associated with an account, omit this parameter. [CloudStorage]: /docs/esign-rest-api/reference/cloudstorage/

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactIdThe unique identifier of a person in the contacts address book.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (ContactGetResponse)

◆ GetContactByIdWithHttpInfo()

ApiResponse<ContactGetResponse> DocuSign.eSign.Api.IUsersApi.GetContactByIdWithHttpInfo ( string  accountId,
string  contactId,
UsersApi.GetContactByIdOptions  options = null 
)

Gets a particular contact associated with the user&#39;s account.

This method returns one or more contacts associated with a DocuSign account. You can also retrieve contacts from connected [cloud storage][CloudStorage] providers by using the &#x60;cloud_provider&#x60; query parameter. By default, contacts are retrieved from the DocuSign account&#39;s default address book. To return a specific contact, use the &#x60;contactId&#x60; query parameter. To return all contacts associated with an account, omit this parameter. [CloudStorage]: /docs/esign-rest-api/reference/cloudstorage/

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactIdThe unique identifier of a person in the contacts address book.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ GetInformation()

UserInformation DocuSign.eSign.Api.IUsersApi.GetInformation ( string  accountId,
string  userId,
UsersApi.GetInformationOptions  options = null 
)

Gets the user information for a specified user.

Retrieves the user information for the specified user. To return additional user information that details the last login date, login status, and the user&#39;s password expiration date, set the optional &#x60;additional_info&#x60; query string parameter to true.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
optionsOptions for modifying the behavior of the function.
Returns

◆ GetInformationAsync()

System.Threading.Tasks.Task<UserInformation> DocuSign.eSign.Api.IUsersApi.GetInformationAsync ( string  accountId,
string  userId,
UsersApi.GetInformationOptions  options = null 
)

Gets the user information for a specified user.

Retrieves the user information for the specified user. To return additional user information that details the last login date, login status, and the user&#39;s password expiration date, set the optional &#x60;additional_info&#x60; query string parameter to true.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
optionsOptions for modifying the behavior of the function.
Returns
Task of UserInformation

◆ GetInformationAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<UserInformation> > DocuSign.eSign.Api.IUsersApi.GetInformationAsyncWithHttpInfo ( string  accountId,
string  userId,
UsersApi.GetInformationOptions  options = null 
)

Gets the user information for a specified user.

Retrieves the user information for the specified user. To return additional user information that details the last login date, login status, and the user&#39;s password expiration date, set the optional &#x60;additional_info&#x60; query string parameter to true.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (UserInformation)

◆ GetInformationWithHttpInfo()

ApiResponse<UserInformation> DocuSign.eSign.Api.IUsersApi.GetInformationWithHttpInfo ( string  accountId,
string  userId,
UsersApi.GetInformationOptions  options = null 
)

Gets the user information for a specified user.

Retrieves the user information for the specified user. To return additional user information that details the last login date, login status, and the user&#39;s password expiration date, set the optional &#x60;additional_info&#x60; query string parameter to true.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ GetProfile()

UserProfile DocuSign.eSign.Api.IUsersApi.GetProfile ( string  accountId,
string  userId 
)

Retrieves the user profile for a specified user.

Retrieves the user profile information, the privacy settings and personal information (address, phone number, etc.) for the specified user. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the specified account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ GetProfileAsync()

System.Threading.Tasks.Task<UserProfile> DocuSign.eSign.Api.IUsersApi.GetProfileAsync ( string  accountId,
string  userId 
)

Retrieves the user profile for a specified user.

Retrieves the user profile information, the privacy settings and personal information (address, phone number, etc.) for the specified user. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the specified account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns
Task of UserProfile

Implemented in DocuSign.eSign.Api.UsersApi.

◆ GetProfileAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<UserProfile> > DocuSign.eSign.Api.IUsersApi.GetProfileAsyncWithHttpInfo ( string  accountId,
string  userId 
)

Retrieves the user profile for a specified user.

Retrieves the user profile information, the privacy settings and personal information (address, phone number, etc.) for the specified user. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the specified account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns
Task of ApiResponse (UserProfile)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ GetProfileImage()

System.IO.Stream DocuSign.eSign.Api.IUsersApi.GetProfileImage ( string  accountId,
string  userId,
UsersApi.GetProfileImageOptions  options = null 
)

Retrieves the user profile image for the specified user.

Retrieves the user profile picture for the specified user. The image is returned in the same format as uploaded. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the specified account. If successful, the response returns a 200 - OK and the user profile image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
optionsOptions for modifying the behavior of the function.
Returns

◆ GetProfileImageAsync()

System.Threading.Tasks.Task<System.IO.Stream> DocuSign.eSign.Api.IUsersApi.GetProfileImageAsync ( string  accountId,
string  userId,
UsersApi.GetProfileImageOptions  options = null 
)

Retrieves the user profile image for the specified user.

Retrieves the user profile picture for the specified user. The image is returned in the same format as uploaded. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the specified account. If successful, the response returns a 200 - OK and the user profile image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
optionsOptions for modifying the behavior of the function.
Returns
Task of System.IO.Stream

◆ GetProfileImageAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<System.IO.Stream> > DocuSign.eSign.Api.IUsersApi.GetProfileImageAsyncWithHttpInfo ( string  accountId,
string  userId,
UsersApi.GetProfileImageOptions  options = null 
)

Retrieves the user profile image for the specified user.

Retrieves the user profile picture for the specified user. The image is returned in the same format as uploaded. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the specified account. If successful, the response returns a 200 - OK and the user profile image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (System.IO.Stream)

◆ GetProfileImageWithHttpInfo()

ApiResponse<System.IO.Stream> DocuSign.eSign.Api.IUsersApi.GetProfileImageWithHttpInfo ( string  accountId,
string  userId,
UsersApi.GetProfileImageOptions  options = null 
)

Retrieves the user profile image for the specified user.

Retrieves the user profile picture for the specified user. The image is returned in the same format as uploaded. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the specified account. If successful, the response returns a 200 - OK and the user profile image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ GetProfileWithHttpInfo()

ApiResponse<UserProfile> DocuSign.eSign.Api.IUsersApi.GetProfileWithHttpInfo ( string  accountId,
string  userId 
)

Retrieves the user profile for a specified user.

Retrieves the user profile information, the privacy settings and personal information (address, phone number, etc.) for the specified user. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the specified account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.UsersApi.

◆ GetSettings()

UserSettingsInformation DocuSign.eSign.Api.IUsersApi.GetSettings ( string  accountId,
string  userId 
)

Gets the user account settings for a specified user.

Retrieves a list of the account settings and email notification information for the specified user. The response returns the account setting name/value information and the email notification settings for the specified user. For more information about the different user settings, see the [ML:userSettings list].

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ GetSettingsAsync()

System.Threading.Tasks.Task<UserSettingsInformation> DocuSign.eSign.Api.IUsersApi.GetSettingsAsync ( string  accountId,
string  userId 
)

Gets the user account settings for a specified user.

Retrieves a list of the account settings and email notification information for the specified user. The response returns the account setting name/value information and the email notification settings for the specified user. For more information about the different user settings, see the [ML:userSettings list].

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns
Task of UserSettingsInformation

Implemented in DocuSign.eSign.Api.UsersApi.

◆ GetSettingsAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<UserSettingsInformation> > DocuSign.eSign.Api.IUsersApi.GetSettingsAsyncWithHttpInfo ( string  accountId,
string  userId 
)

Gets the user account settings for a specified user.

Retrieves a list of the account settings and email notification information for the specified user. The response returns the account setting name/value information and the email notification settings for the specified user. For more information about the different user settings, see the [ML:userSettings list].

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns
Task of ApiResponse (UserSettingsInformation)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ GetSettingsWithHttpInfo()

ApiResponse<UserSettingsInformation> DocuSign.eSign.Api.IUsersApi.GetSettingsWithHttpInfo ( string  accountId,
string  userId 
)

Gets the user account settings for a specified user.

Retrieves a list of the account settings and email notification information for the specified user. The response returns the account setting name/value information and the email notification settings for the specified user. For more information about the different user settings, see the [ML:userSettings list].

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.UsersApi.

◆ GetSignature()

UserSignature DocuSign.eSign.Api.IUsersApi.GetSignature ( string  accountId,
string  userId,
string  signatureId 
)

Gets the user signature information for the specified user.

Retrieves the structure of a single signature with a known signature name. The userId specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ GetSignatureAsync()

System.Threading.Tasks.Task<UserSignature> DocuSign.eSign.Api.IUsersApi.GetSignatureAsync ( string  accountId,
string  userId,
string  signatureId 
)

Gets the user signature information for the specified user.

Retrieves the structure of a single signature with a known signature name. The userId specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
Returns
Task of UserSignature

Implemented in DocuSign.eSign.Api.UsersApi.

◆ GetSignatureAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<UserSignature> > DocuSign.eSign.Api.IUsersApi.GetSignatureAsyncWithHttpInfo ( string  accountId,
string  userId,
string  signatureId 
)

Gets the user signature information for the specified user.

Retrieves the structure of a single signature with a known signature name. The userId specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
Returns
Task of ApiResponse (UserSignature)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ GetSignatureImage()

System.IO.Stream DocuSign.eSign.Api.IUsersApi.GetSignatureImage ( string  accountId,
string  userId,
string  signatureId,
string  imageType,
UsersApi.GetSignatureImageOptions  options = null 
)

Retrieves the user initials image or the user signature image for the specified user.

Retrieves the specified initials image or signature image for the specified user. The image is returned in the same format as uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId property specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;. ###### Note: Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
imageTypeOne of signature_image or initials_image.
optionsOptions for modifying the behavior of the function.
Returns

◆ GetSignatureImageAsync()

System.Threading.Tasks.Task<System.IO.Stream> DocuSign.eSign.Api.IUsersApi.GetSignatureImageAsync ( string  accountId,
string  userId,
string  signatureId,
string  imageType,
UsersApi.GetSignatureImageOptions  options = null 
)

Retrieves the user initials image or the user signature image for the specified user.

Retrieves the specified initials image or signature image for the specified user. The image is returned in the same format as uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId property specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;. ###### Note: Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
imageTypeOne of signature_image or initials_image.
optionsOptions for modifying the behavior of the function.
Returns
Task of System.IO.Stream

◆ GetSignatureImageAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<System.IO.Stream> > DocuSign.eSign.Api.IUsersApi.GetSignatureImageAsyncWithHttpInfo ( string  accountId,
string  userId,
string  signatureId,
string  imageType,
UsersApi.GetSignatureImageOptions  options = null 
)

Retrieves the user initials image or the user signature image for the specified user.

Retrieves the specified initials image or signature image for the specified user. The image is returned in the same format as uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId property specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;. ###### Note: Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
imageTypeOne of signature_image or initials_image.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (System.IO.Stream)

◆ GetSignatureImageWithHttpInfo()

ApiResponse<System.IO.Stream> DocuSign.eSign.Api.IUsersApi.GetSignatureImageWithHttpInfo ( string  accountId,
string  userId,
string  signatureId,
string  imageType,
UsersApi.GetSignatureImageOptions  options = null 
)

Retrieves the user initials image or the user signature image for the specified user.

Retrieves the specified initials image or signature image for the specified user. The image is returned in the same format as uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId property specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;. ###### Note: Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
imageTypeOne of signature_image or initials_image.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ GetSignatureWithHttpInfo()

ApiResponse<UserSignature> DocuSign.eSign.Api.IUsersApi.GetSignatureWithHttpInfo ( string  accountId,
string  userId,
string  signatureId 
)

Gets the user signature information for the specified user.

Retrieves the structure of a single signature with a known signature name. The userId specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.UsersApi.

◆ List()

UserInformationList DocuSign.eSign.Api.IUsersApi.List ( string  accountId,
UsersApi.ListOptions  options = null 
)

Retrieves the list of users for the specified account.

Retrieves the list of users for the specified account. The response returns the list of users for the account along with the information about the result set. If the &#x60;additional_info&#x60; query was added to the endpoint and set to true, the full user information is returned for each user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns

◆ ListAsync()

System.Threading.Tasks.Task<UserInformationList> DocuSign.eSign.Api.IUsersApi.ListAsync ( string  accountId,
UsersApi.ListOptions  options = null 
)

Retrieves the list of users for the specified account.

Retrieves the list of users for the specified account. The response returns the list of users for the account along with the information about the result set. If the &#x60;additional_info&#x60; query was added to the endpoint and set to true, the full user information is returned for each user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
Task of UserInformationList

◆ ListAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<UserInformationList> > DocuSign.eSign.Api.IUsersApi.ListAsyncWithHttpInfo ( string  accountId,
UsersApi.ListOptions  options = null 
)

Retrieves the list of users for the specified account.

Retrieves the list of users for the specified account. The response returns the list of users for the account along with the information about the result set. If the &#x60;additional_info&#x60; query was added to the endpoint and set to true, the full user information is returned for each user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (UserInformationList)

◆ ListCustomSettings()

CustomSettingsInformation DocuSign.eSign.Api.IUsersApi.ListCustomSettings ( string  accountId,
string  userId 
)

Retrieves the custom user settings for a specified user.

Retrieves a list of custom user settings for a single user. Custom settings provide a flexible way to store and retrieve custom user information that can be used in your own system. ###### Note: Custom user settings are not the same as user account settings. ###Getting Grouped Custom User Settings### If the custom user settings you want to retrieve are grouped, you must include the following information in the header, after Content-Type, in the request: &#x60;X-DocuSign-User-Settings-Key:group_name&#x60; Where the &#x60;group_name&#x60; is your designated name for the group of customer user settings. If the extra header information is not included, only the custom user settings that were added without a group are retrieved.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ ListCustomSettingsAsync()

System.Threading.Tasks.Task<CustomSettingsInformation> DocuSign.eSign.Api.IUsersApi.ListCustomSettingsAsync ( string  accountId,
string  userId 
)

Retrieves the custom user settings for a specified user.

Retrieves a list of custom user settings for a single user. Custom settings provide a flexible way to store and retrieve custom user information that can be used in your own system. ###### Note: Custom user settings are not the same as user account settings. ###Getting Grouped Custom User Settings### If the custom user settings you want to retrieve are grouped, you must include the following information in the header, after Content-Type, in the request: &#x60;X-DocuSign-User-Settings-Key:group_name&#x60; Where the &#x60;group_name&#x60; is your designated name for the group of customer user settings. If the extra header information is not included, only the custom user settings that were added without a group are retrieved.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns
Task of CustomSettingsInformation

Implemented in DocuSign.eSign.Api.UsersApi.

◆ ListCustomSettingsAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<CustomSettingsInformation> > DocuSign.eSign.Api.IUsersApi.ListCustomSettingsAsyncWithHttpInfo ( string  accountId,
string  userId 
)

Retrieves the custom user settings for a specified user.

Retrieves a list of custom user settings for a single user. Custom settings provide a flexible way to store and retrieve custom user information that can be used in your own system. ###### Note: Custom user settings are not the same as user account settings. ###Getting Grouped Custom User Settings### If the custom user settings you want to retrieve are grouped, you must include the following information in the header, after Content-Type, in the request: &#x60;X-DocuSign-User-Settings-Key:group_name&#x60; Where the &#x60;group_name&#x60; is your designated name for the group of customer user settings. If the extra header information is not included, only the custom user settings that were added without a group are retrieved.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns
Task of ApiResponse (CustomSettingsInformation)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ ListCustomSettingsWithHttpInfo()

ApiResponse<CustomSettingsInformation> DocuSign.eSign.Api.IUsersApi.ListCustomSettingsWithHttpInfo ( string  accountId,
string  userId 
)

Retrieves the custom user settings for a specified user.

Retrieves a list of custom user settings for a single user. Custom settings provide a flexible way to store and retrieve custom user information that can be used in your own system. ###### Note: Custom user settings are not the same as user account settings. ###Getting Grouped Custom User Settings### If the custom user settings you want to retrieve are grouped, you must include the following information in the header, after Content-Type, in the request: &#x60;X-DocuSign-User-Settings-Key:group_name&#x60; Where the &#x60;group_name&#x60; is your designated name for the group of customer user settings. If the extra header information is not included, only the custom user settings that were added without a group are retrieved.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.UsersApi.

◆ ListSignatures()

UserSignaturesInformation DocuSign.eSign.Api.IUsersApi.ListSignatures ( string  accountId,
string  userId,
UsersApi.ListSignaturesOptions  options = null 
)

Retrieves a list of user signature definitions for a specified user.

Retrieves the signature definitions for the specified user. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
optionsOptions for modifying the behavior of the function.
Returns

◆ ListSignaturesAsync()

System.Threading.Tasks.Task<UserSignaturesInformation> DocuSign.eSign.Api.IUsersApi.ListSignaturesAsync ( string  accountId,
string  userId,
UsersApi.ListSignaturesOptions  options = null 
)

Retrieves a list of user signature definitions for a specified user.

Retrieves the signature definitions for the specified user. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
optionsOptions for modifying the behavior of the function.
Returns
Task of UserSignaturesInformation

◆ ListSignaturesAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<UserSignaturesInformation> > DocuSign.eSign.Api.IUsersApi.ListSignaturesAsyncWithHttpInfo ( string  accountId,
string  userId,
UsersApi.ListSignaturesOptions  options = null 
)

Retrieves a list of user signature definitions for a specified user.

Retrieves the signature definitions for the specified user. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (UserSignaturesInformation)

◆ ListSignaturesWithHttpInfo()

ApiResponse<UserSignaturesInformation> DocuSign.eSign.Api.IUsersApi.ListSignaturesWithHttpInfo ( string  accountId,
string  userId,
UsersApi.ListSignaturesOptions  options = null 
)

Retrieves a list of user signature definitions for a specified user.

Retrieves the signature definitions for the specified user. The userId parameter specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ ListWithHttpInfo()

ApiResponse<UserInformationList> DocuSign.eSign.Api.IUsersApi.ListWithHttpInfo ( string  accountId,
UsersApi.ListOptions  options = null 
)

Retrieves the list of users for the specified account.

Retrieves the list of users for the specified account. The response returns the list of users for the account along with the information about the result set. If the &#x60;additional_info&#x60; query was added to the endpoint and set to true, the full user information is returned for each user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ PostContacts()

ContactUpdateResponse DocuSign.eSign.Api.IUsersApi.PostContacts ( string  accountId,
ContactModRequest  contactModRequest = null 
)

Imports multiple new contacts into the contacts collection from CSV, JSON, or XML (based on content type).

This method adds multiple contacts into a contacts list.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactModRequest(optional)
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ PostContactsAsync()

System.Threading.Tasks.Task<ContactUpdateResponse> DocuSign.eSign.Api.IUsersApi.PostContactsAsync ( string  accountId,
ContactModRequest  contactModRequest = null 
)

Imports multiple new contacts into the contacts collection from CSV, JSON, or XML (based on content type).

This method adds multiple contacts into a contacts list.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactModRequest(optional)
Returns
Task of ContactUpdateResponse

Implemented in DocuSign.eSign.Api.UsersApi.

◆ PostContactsAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ContactUpdateResponse> > DocuSign.eSign.Api.IUsersApi.PostContactsAsyncWithHttpInfo ( string  accountId,
ContactModRequest  contactModRequest = null 
)

Imports multiple new contacts into the contacts collection from CSV, JSON, or XML (based on content type).

This method adds multiple contacts into a contacts list.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactModRequest(optional)
Returns
Task of ApiResponse (ContactUpdateResponse)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ PostContactsWithHttpInfo()

ApiResponse<ContactUpdateResponse> DocuSign.eSign.Api.IUsersApi.PostContactsWithHttpInfo ( string  accountId,
ContactModRequest  contactModRequest = null 
)

Imports multiple new contacts into the contacts collection from CSV, JSON, or XML (based on content type).

This method adds multiple contacts into a contacts list.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactModRequest(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.UsersApi.

◆ PutContacts()

ContactUpdateResponse DocuSign.eSign.Api.IUsersApi.PutContacts ( string  accountId,
ContactModRequest  contactModRequest = null 
)

Replaces contacts associated with an account for the DocuSign service.

This method updates one or more contacts associated with an account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactModRequest(optional)
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ PutContactsAsync()

System.Threading.Tasks.Task<ContactUpdateResponse> DocuSign.eSign.Api.IUsersApi.PutContactsAsync ( string  accountId,
ContactModRequest  contactModRequest = null 
)

Replaces contacts associated with an account for the DocuSign service.

This method updates one or more contacts associated with an account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactModRequest(optional)
Returns
Task of ContactUpdateResponse

Implemented in DocuSign.eSign.Api.UsersApi.

◆ PutContactsAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<ContactUpdateResponse> > DocuSign.eSign.Api.IUsersApi.PutContactsAsyncWithHttpInfo ( string  accountId,
ContactModRequest  contactModRequest = null 
)

Replaces contacts associated with an account for the DocuSign service.

This method updates one or more contacts associated with an account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactModRequest(optional)
Returns
Task of ApiResponse (ContactUpdateResponse)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ PutContactsWithHttpInfo()

ApiResponse<ContactUpdateResponse> DocuSign.eSign.Api.IUsersApi.PutContactsWithHttpInfo ( string  accountId,
ContactModRequest  contactModRequest = null 
)

Replaces contacts associated with an account for the DocuSign service.

This method updates one or more contacts associated with an account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
contactModRequest(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateCustomSettings()

CustomSettingsInformation DocuSign.eSign.Api.IUsersApi.UpdateCustomSettings ( string  accountId,
string  userId,
CustomSettingsInformation  customSettingsInformation = null 
)

Adds or updates custom user settings for the specified user.

Adds or updates custom user settings for the specified user. ###### Note: Custom user settings are not the same as user account settings. Custom settings provide a flexible way to store and retrieve custom user information that you can use in your own system. Important: There is a limit on the size for all the custom user settings for a single user. The limit is 4,000 characters, which includes the XML and JSON structure for the settings. ### Grouping Custom User Settings ### You can group custom user settings when adding them. Grouping allows you to retrieve settings that are in a specific group, instead of retrieving all the user custom settings. To group custom user settings, add the following information in the header, after Content-Type: &#x60;X-DocuSign-User-Settings-Key:group_name&#x60; Where the &#x60;group_name&#x60; is your designated name for the group of customer user settings. Grouping is shown in the Example Request Body below. When getting or deleting grouped custom user settings, you must include the extra header information. Grouping custom user settings is not required and if the extra header information is not included, the custom user settings are added normally and can be retrieved or deleted without including the additional header.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
customSettingsInformation(optional)
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateCustomSettingsAsync()

System.Threading.Tasks.Task<CustomSettingsInformation> DocuSign.eSign.Api.IUsersApi.UpdateCustomSettingsAsync ( string  accountId,
string  userId,
CustomSettingsInformation  customSettingsInformation = null 
)

Adds or updates custom user settings for the specified user.

Adds or updates custom user settings for the specified user. ###### Note: Custom user settings are not the same as user account settings. Custom settings provide a flexible way to store and retrieve custom user information that you can use in your own system. Important: There is a limit on the size for all the custom user settings for a single user. The limit is 4,000 characters, which includes the XML and JSON structure for the settings. ### Grouping Custom User Settings ### You can group custom user settings when adding them. Grouping allows you to retrieve settings that are in a specific group, instead of retrieving all the user custom settings. To group custom user settings, add the following information in the header, after Content-Type: &#x60;X-DocuSign-User-Settings-Key:group_name&#x60; Where the &#x60;group_name&#x60; is your designated name for the group of customer user settings. Grouping is shown in the Example Request Body below. When getting or deleting grouped custom user settings, you must include the extra header information. Grouping custom user settings is not required and if the extra header information is not included, the custom user settings are added normally and can be retrieved or deleted without including the additional header.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
customSettingsInformation(optional)
Returns
Task of CustomSettingsInformation

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateCustomSettingsAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<CustomSettingsInformation> > DocuSign.eSign.Api.IUsersApi.UpdateCustomSettingsAsyncWithHttpInfo ( string  accountId,
string  userId,
CustomSettingsInformation  customSettingsInformation = null 
)

Adds or updates custom user settings for the specified user.

Adds or updates custom user settings for the specified user. ###### Note: Custom user settings are not the same as user account settings. Custom settings provide a flexible way to store and retrieve custom user information that you can use in your own system. Important: There is a limit on the size for all the custom user settings for a single user. The limit is 4,000 characters, which includes the XML and JSON structure for the settings. ### Grouping Custom User Settings ### You can group custom user settings when adding them. Grouping allows you to retrieve settings that are in a specific group, instead of retrieving all the user custom settings. To group custom user settings, add the following information in the header, after Content-Type: &#x60;X-DocuSign-User-Settings-Key:group_name&#x60; Where the &#x60;group_name&#x60; is your designated name for the group of customer user settings. Grouping is shown in the Example Request Body below. When getting or deleting grouped custom user settings, you must include the extra header information. Grouping custom user settings is not required and if the extra header information is not included, the custom user settings are added normally and can be retrieved or deleted without including the additional header.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
customSettingsInformation(optional)
Returns
Task of ApiResponse (CustomSettingsInformation)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateCustomSettingsWithHttpInfo()

ApiResponse<CustomSettingsInformation> DocuSign.eSign.Api.IUsersApi.UpdateCustomSettingsWithHttpInfo ( string  accountId,
string  userId,
CustomSettingsInformation  customSettingsInformation = null 
)

Adds or updates custom user settings for the specified user.

Adds or updates custom user settings for the specified user. ###### Note: Custom user settings are not the same as user account settings. Custom settings provide a flexible way to store and retrieve custom user information that you can use in your own system. Important: There is a limit on the size for all the custom user settings for a single user. The limit is 4,000 characters, which includes the XML and JSON structure for the settings. ### Grouping Custom User Settings ### You can group custom user settings when adding them. Grouping allows you to retrieve settings that are in a specific group, instead of retrieving all the user custom settings. To group custom user settings, add the following information in the header, after Content-Type: &#x60;X-DocuSign-User-Settings-Key:group_name&#x60; Where the &#x60;group_name&#x60; is your designated name for the group of customer user settings. Grouping is shown in the Example Request Body below. When getting or deleting grouped custom user settings, you must include the extra header information. Grouping custom user settings is not required and if the extra header information is not included, the custom user settings are added normally and can be retrieved or deleted without including the additional header.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
customSettingsInformation(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateProfile()

void DocuSign.eSign.Api.IUsersApi.UpdateProfile ( string  accountId,
string  userId,
UserProfile  userProfile = null 
)

Updates the user profile information for the specified user.

Updates the user&#39;s detail information, profile information, privacy settings, and personal information in the user ID card. You can also change a user&#39;s name by changing the information in the &#x60;userDetails&#x60; property. When changing a user&#39;s name, you can either change the information in the &#x60;userName&#x60; property OR change the information in &#x60;firstName&#x60;, &#x60;middleName&#x60;, &#x60;lastName, suffixName&#x60;, and &#x60;title&#x60; properties. Changes to &#x60;firstName&#x60;, &#x60;middleName&#x60;, &#x60;lastName&#x60;, &#x60;suffixName&#x60;, and &#x60;title&#x60; properties take precedence over changes to the &#x60;userName&#x60; property.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userProfile(optional)
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateProfileAsync()

System.Threading.Tasks.Task DocuSign.eSign.Api.IUsersApi.UpdateProfileAsync ( string  accountId,
string  userId,
UserProfile  userProfile = null 
)

Updates the user profile information for the specified user.

Updates the user&#39;s detail information, profile information, privacy settings, and personal information in the user ID card. You can also change a user&#39;s name by changing the information in the &#x60;userDetails&#x60; property. When changing a user&#39;s name, you can either change the information in the &#x60;userName&#x60; property OR change the information in &#x60;firstName&#x60;, &#x60;middleName&#x60;, &#x60;lastName, suffixName&#x60;, and &#x60;title&#x60; properties. Changes to &#x60;firstName&#x60;, &#x60;middleName&#x60;, &#x60;lastName&#x60;, &#x60;suffixName&#x60;, and &#x60;title&#x60; properties take precedence over changes to the &#x60;userName&#x60; property.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userProfile(optional)
Returns
Task of void

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateProfileAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.IUsersApi.UpdateProfileAsyncWithHttpInfo ( string  accountId,
string  userId,
UserProfile  userProfile = null 
)

Updates the user profile information for the specified user.

Updates the user&#39;s detail information, profile information, privacy settings, and personal information in the user ID card. You can also change a user&#39;s name by changing the information in the &#x60;userDetails&#x60; property. When changing a user&#39;s name, you can either change the information in the &#x60;userName&#x60; property OR change the information in &#x60;firstName&#x60;, &#x60;middleName&#x60;, &#x60;lastName, suffixName&#x60;, and &#x60;title&#x60; properties. Changes to &#x60;firstName&#x60;, &#x60;middleName&#x60;, &#x60;lastName&#x60;, &#x60;suffixName&#x60;, and &#x60;title&#x60; properties take precedence over changes to the &#x60;userName&#x60; property.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userProfile(optional)
Returns
Task of ApiResponse

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateProfileImage()

void DocuSign.eSign.Api.IUsersApi.UpdateProfileImage ( string  accountId,
string  userId 
)

Updates the user profile image for a specified user.

Updates the user profile image by uploading an image to the user profile. The supported image formats are: gif, png, jpeg, and bmp. The file must be less than 200K. For best viewing results, DocuSign recommends that the image is no more than 79 pixels wide and high.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateProfileImageAsync()

System.Threading.Tasks.Task DocuSign.eSign.Api.IUsersApi.UpdateProfileImageAsync ( string  accountId,
string  userId 
)

Updates the user profile image for a specified user.

Updates the user profile image by uploading an image to the user profile. The supported image formats are: gif, png, jpeg, and bmp. The file must be less than 200K. For best viewing results, DocuSign recommends that the image is no more than 79 pixels wide and high.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns
Task of void

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateProfileImageAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.IUsersApi.UpdateProfileImageAsyncWithHttpInfo ( string  accountId,
string  userId 
)

Updates the user profile image for a specified user.

Updates the user profile image by uploading an image to the user profile. The supported image formats are: gif, png, jpeg, and bmp. The file must be less than 200K. For best viewing results, DocuSign recommends that the image is no more than 79 pixels wide and high.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns
Task of ApiResponse

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateProfileImageWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.IUsersApi.UpdateProfileImageWithHttpInfo ( string  accountId,
string  userId 
)

Updates the user profile image for a specified user.

Updates the user profile image by uploading an image to the user profile. The supported image formats are: gif, png, jpeg, and bmp. The file must be less than 200K. For best viewing results, DocuSign recommends that the image is no more than 79 pixels wide and high.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
Returns
ApiResponse of Object(void)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateProfileWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.IUsersApi.UpdateProfileWithHttpInfo ( string  accountId,
string  userId,
UserProfile  userProfile = null 
)

Updates the user profile information for the specified user.

Updates the user&#39;s detail information, profile information, privacy settings, and personal information in the user ID card. You can also change a user&#39;s name by changing the information in the &#x60;userDetails&#x60; property. When changing a user&#39;s name, you can either change the information in the &#x60;userName&#x60; property OR change the information in &#x60;firstName&#x60;, &#x60;middleName&#x60;, &#x60;lastName, suffixName&#x60;, and &#x60;title&#x60; properties. Changes to &#x60;firstName&#x60;, &#x60;middleName&#x60;, &#x60;lastName&#x60;, &#x60;suffixName&#x60;, and &#x60;title&#x60; properties take precedence over changes to the &#x60;userName&#x60; property.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userProfile(optional)
Returns
ApiResponse of Object(void)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateSettings()

void DocuSign.eSign.Api.IUsersApi.UpdateSettings ( string  accountId,
string  userId,
UserSettingsInformation  userSettingsInformation = null,
UsersApi.UpdateSettingsOptions  options = null 
)

Updates the user account settings for a specified user.

Updates the account settings list and email notification types for the specified user.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userSettingsInformation(optional)
optionsOptions for modifying the behavior of the function.
Returns

◆ UpdateSettingsAsync()

System.Threading.Tasks.Task DocuSign.eSign.Api.IUsersApi.UpdateSettingsAsync ( string  accountId,
string  userId,
UserSettingsInformation  userSettingsInformation = null,
UsersApi.UpdateSettingsOptions  options = null 
)

Updates the user account settings for a specified user.

Updates the account settings list and email notification types for the specified user.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userSettingsInformation(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of void

◆ UpdateSettingsAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.IUsersApi.UpdateSettingsAsyncWithHttpInfo ( string  accountId,
string  userId,
UserSettingsInformation  userSettingsInformation = null,
UsersApi.UpdateSettingsOptions  options = null 
)

Updates the user account settings for a specified user.

Updates the account settings list and email notification types for the specified user.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userSettingsInformation(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse

◆ UpdateSettingsWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.IUsersApi.UpdateSettingsWithHttpInfo ( string  accountId,
string  userId,
UserSettingsInformation  userSettingsInformation = null,
UsersApi.UpdateSettingsOptions  options = null 
)

Updates the user account settings for a specified user.

Updates the account settings list and email notification types for the specified user.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userSettingsInformation(optional)
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of Object(void)

◆ UpdateSignature()

UserSignature DocuSign.eSign.Api.IUsersApi.UpdateSignature ( string  accountId,
string  userId,
string  signatureId,
UserSignatureDefinition  userSignatureDefinition = null,
UsersApi.UpdateSignatureOptions  options = null 
)

Updates the user signature for a specified user.

Creates, or updates, the signature font and initials for the specified user. When creating a signature, you use this resource to create the signature name and then add the signature and initials images into the signature. ###### Note: This will also create a default signature for the user when one does not exist. The userId property specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
userSignatureDefinition(optional)
optionsOptions for modifying the behavior of the function.
Returns

◆ UpdateSignatureAsync()

System.Threading.Tasks.Task<UserSignature> DocuSign.eSign.Api.IUsersApi.UpdateSignatureAsync ( string  accountId,
string  userId,
string  signatureId,
UserSignatureDefinition  userSignatureDefinition = null,
UsersApi.UpdateSignatureOptions  options = null 
)

Updates the user signature for a specified user.

Creates, or updates, the signature font and initials for the specified user. When creating a signature, you use this resource to create the signature name and then add the signature and initials images into the signature. ###### Note: This will also create a default signature for the user when one does not exist. The userId property specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
userSignatureDefinition(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of UserSignature

◆ UpdateSignatureAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<UserSignature> > DocuSign.eSign.Api.IUsersApi.UpdateSignatureAsyncWithHttpInfo ( string  accountId,
string  userId,
string  signatureId,
UserSignatureDefinition  userSignatureDefinition = null,
UsersApi.UpdateSignatureOptions  options = null 
)

Updates the user signature for a specified user.

Creates, or updates, the signature font and initials for the specified user. When creating a signature, you use this resource to create the signature name and then add the signature and initials images into the signature. ###### Note: This will also create a default signature for the user when one does not exist. The userId property specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
userSignatureDefinition(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (UserSignature)

◆ UpdateSignatureImage()

UserSignature DocuSign.eSign.Api.IUsersApi.UpdateSignatureImage ( string  accountId,
string  userId,
string  signatureId,
string  imageType,
UsersApi.UpdateSignatureImageOptions  options = null 
)

Updates the user signature image or user initials image for the specified user.

Updates the user signature image or user initials image for the specified user. The supported image formats for this file are: gif, png, jpeg, and bmp. The file must be less than 200K. The userId property specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
imageTypeOne of signature_image or initials_image.
optionsOptions for modifying the behavior of the function.
Returns

◆ UpdateSignatureImageAsync()

System.Threading.Tasks.Task<UserSignature> DocuSign.eSign.Api.IUsersApi.UpdateSignatureImageAsync ( string  accountId,
string  userId,
string  signatureId,
string  imageType,
UsersApi.UpdateSignatureImageOptions  options = null 
)

Updates the user signature image or user initials image for the specified user.

Updates the user signature image or user initials image for the specified user. The supported image formats for this file are: gif, png, jpeg, and bmp. The file must be less than 200K. The userId property specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
imageTypeOne of signature_image or initials_image.
optionsOptions for modifying the behavior of the function.
Returns
Task of UserSignature

◆ UpdateSignatureImageAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<UserSignature> > DocuSign.eSign.Api.IUsersApi.UpdateSignatureImageAsyncWithHttpInfo ( string  accountId,
string  userId,
string  signatureId,
string  imageType,
UsersApi.UpdateSignatureImageOptions  options = null 
)

Updates the user signature image or user initials image for the specified user.

Updates the user signature image or user initials image for the specified user. The supported image formats for this file are: gif, png, jpeg, and bmp. The file must be less than 200K. The userId property specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
imageTypeOne of signature_image or initials_image.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (UserSignature)

◆ UpdateSignatureImageWithHttpInfo()

ApiResponse<UserSignature> DocuSign.eSign.Api.IUsersApi.UpdateSignatureImageWithHttpInfo ( string  accountId,
string  userId,
string  signatureId,
string  imageType,
UsersApi.UpdateSignatureImageOptions  options = null 
)

Updates the user signature image or user initials image for the specified user.

Updates the user signature image or user initials image for the specified user. The supported image formats for this file are: gif, png, jpeg, and bmp. The file must be less than 200K. The userId property specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
imageTypeOne of signature_image or initials_image.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ UpdateSignatures()

UserSignaturesInformation DocuSign.eSign.Api.IUsersApi.UpdateSignatures ( string  accountId,
string  userId,
UserSignaturesInformation  userSignaturesInformation = null 
)

Adds/updates a user signature.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userSignaturesInformation(optional)
Returns

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateSignaturesAsync()

System.Threading.Tasks.Task<UserSignaturesInformation> DocuSign.eSign.Api.IUsersApi.UpdateSignaturesAsync ( string  accountId,
string  userId,
UserSignaturesInformation  userSignaturesInformation = null 
)

Adds/updates a user signature.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userSignaturesInformation(optional)
Returns
Task of UserSignaturesInformation

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateSignaturesAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<UserSignaturesInformation> > DocuSign.eSign.Api.IUsersApi.UpdateSignaturesAsyncWithHttpInfo ( string  accountId,
string  userId,
UserSignaturesInformation  userSignaturesInformation = null 
)

Adds/updates a user signature.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userSignaturesInformation(optional)
Returns
Task of ApiResponse (UserSignaturesInformation)

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateSignaturesWithHttpInfo()

ApiResponse<UserSignaturesInformation> DocuSign.eSign.Api.IUsersApi.UpdateSignaturesWithHttpInfo ( string  accountId,
string  userId,
UserSignaturesInformation  userSignaturesInformation = null 
)

Adds/updates a user signature.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userSignaturesInformation(optional)
Returns
ApiResponse of

Implemented in DocuSign.eSign.Api.UsersApi.

◆ UpdateSignatureWithHttpInfo()

ApiResponse<UserSignature> DocuSign.eSign.Api.IUsersApi.UpdateSignatureWithHttpInfo ( string  accountId,
string  userId,
string  signatureId,
UserSignatureDefinition  userSignatureDefinition = null,
UsersApi.UpdateSignatureOptions  options = null 
)

Updates the user signature for a specified user.

Creates, or updates, the signature font and initials for the specified user. When creating a signature, you use this resource to create the signature name and then add the signature and initials images into the signature. ###### Note: This will also create a default signature for the user when one does not exist. The userId property specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureId&#x60; parameter accepts a signature ID or a signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. For example encode &quot;Bob Smith&quot; as &quot;Bob%20Smith&quot;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
signatureIdThe ID of the signature being accessed.
userSignatureDefinition(optional)
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ UpdateUser()

UserInformation DocuSign.eSign.Api.IUsersApi.UpdateUser ( string  accountId,
string  userId,
UserInformation  userInformation = null,
UsersApi.UpdateUserOptions  options = null 
)

Updates the specified user information.

To update user information for a specific user, submit a Users object with updated field values in the request body of this operation.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userInformation(optional)
optionsOptions for modifying the behavior of the function.
Returns

◆ UpdateUserAsync()

System.Threading.Tasks.Task<UserInformation> DocuSign.eSign.Api.IUsersApi.UpdateUserAsync ( string  accountId,
string  userId,
UserInformation  userInformation = null,
UsersApi.UpdateUserOptions  options = null 
)

Updates the specified user information.

To update user information for a specific user, submit a Users object with updated field values in the request body of this operation.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userInformation(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of UserInformation

◆ UpdateUserAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<UserInformation> > DocuSign.eSign.Api.IUsersApi.UpdateUserAsyncWithHttpInfo ( string  accountId,
string  userId,
UserInformation  userInformation = null,
UsersApi.UpdateUserOptions  options = null 
)

Updates the specified user information.

To update user information for a specific user, submit a Users object with updated field values in the request body of this operation.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userInformation(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (UserInformation)

◆ UpdateUsers()

UserInformationList DocuSign.eSign.Api.IUsersApi.UpdateUsers ( string  accountId,
UserInformationList  userInformationList = null,
UsersApi.UpdateUsersOptions  options = null 
)

Change one or more user in the specified account.

This method updates the information about one or more account users.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userInformationList(optional)
optionsOptions for modifying the behavior of the function.
Returns

◆ UpdateUsersAsync()

System.Threading.Tasks.Task<UserInformationList> DocuSign.eSign.Api.IUsersApi.UpdateUsersAsync ( string  accountId,
UserInformationList  userInformationList = null,
UsersApi.UpdateUsersOptions  options = null 
)

Change one or more user in the specified account.

This method updates the information about one or more account users.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userInformationList(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of UserInformationList

◆ UpdateUsersAsyncWithHttpInfo()

System.Threading.Tasks.Task<ApiResponse<UserInformationList> > DocuSign.eSign.Api.IUsersApi.UpdateUsersAsyncWithHttpInfo ( string  accountId,
UserInformationList  userInformationList = null,
UsersApi.UpdateUsersOptions  options = null 
)

Change one or more user in the specified account.

This method updates the information about one or more account users.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userInformationList(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (UserInformationList)

◆ UpdateUsersWithHttpInfo()

ApiResponse<UserInformationList> DocuSign.eSign.Api.IUsersApi.UpdateUsersWithHttpInfo ( string  accountId,
UserInformationList  userInformationList = null,
UsersApi.UpdateUsersOptions  options = null 
)

Change one or more user in the specified account.

This method updates the information about one or more account users.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userInformationList(optional)
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

◆ UpdateUserWithHttpInfo()

ApiResponse<UserInformation> DocuSign.eSign.Api.IUsersApi.UpdateUserWithHttpInfo ( string  accountId,
string  userId,
UserInformation  userInformation = null,
UsersApi.UpdateUserOptions  options = null 
)

Updates the specified user information.

To update user information for a specific user, submit a Users object with updated field values in the request body of this operation.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
userIdThe user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
userInformation(optional)
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of

The documentation for this interface was generated from the following file: