Method: DocuSign_eSign::ConnectCustomConfiguration#user_ids
- Defined in:
- lib/docusign_esign/models/connect_custom_configuration.rb
#user_ids ⇒ Object
A comma separated list of userIds. This sets the users associated with the tracked envelope and recipient events. When one of the event occurs for a set user, the information is sent through Connect. ###### Note: If allUsers is set to �false� then you must provide a list of user id�s.
78 79 80 |
# File 'lib/docusign_esign/models/connect_custom_configuration.rb', line 78 def user_ids @user_ids end |