Method: DocuSign_eSign::RecipientViewRequest#user_id
- Defined in:
- lib/docusign_esign/models/recipient_view_request.rb
#user_id ⇒ Object
Specifies the user ID of the recipient. You can use with user ID or email and user name to identify the recipient. If user ID is used and a client user ID is provided, the value in the ‘userId` property must match a recipient ID (which can be retrieved with a GET recipients call) for the envelope. If a user ID is used and a clientUser ID is not provided, the user ID match the user ID of the authenticating user.
60 61 62 |
# File 'lib/docusign_esign/models/recipient_view_request.rb', line 60 def user_id @user_id end |