class DocuSign_Admin::GetUsersOptions
Attributes
Index of the last item to include in the response. Ignored if ‘take’ parameter is specfied
Select users that are members of the specified account. At least one of email, account_id
or organization_reserved_domain_id
must be specified.
Email address of the desired user. At least one of email, account_id
or organization_reserved_domain_id
must be specified.
Selects users by pattern matching on the user’s email address
Select users whose data have been modified since the date specified; account_id
or organization_reserved_domain_id
must be specified.
Select users based on membership status
Select users that are in the specified domain. At least one of email, account_id
or organization_reserved_domain_id
must be specified.
Index of first item to include in the response Default value: 0
Select users based on user status
Page size of the response Default value: 20
Public Class Methods
# File lib/docusign_admin/api/users_api.rb, line 56 def self.default @@default ||= GetUsersOptions.new end