Users

class User(email, **kwargs)

Bases: object

Maps to the DisplayUserInfo provided by Echosign for agreements fetched in bulk. Provides additional attributes to facilitate sending documents to recipients, such as Security Options.

agreement

Agreement – The Agreement to be associated with this User

authentication_method

str – A “The authentication method for the recipients to have access to view and sign the document” (Echosign API Docs). Available options are ‘NONE’ (string), ‘INHERITED_FROM_DOCUMENT’ or ‘PASSWORD’ or ‘WEB_IDENTITY’ or ‘KBA’ or ‘PHONE’.

password

str – Optional - “The password required for the recipient to view and sign the document”

signing_url

str – If this recipient is associated with an Agreement this is the URL that the user can visit to complete/sign the agreement.