class DocuSign_Admin::GetUsersOptions

Attributes

_end[RW]

Index of the last item to include in the response. Ignored if ‘take’ parameter is specfied

account_id[RW]

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[RW]

Email address of the desired user. At least one of email, account_id or organization_reserved_domain_id must be specified.

email_user_name_like[RW]

Selects users by pattern matching on the user’s email address

last_modified_since[RW]

Select users whose data have been modified since the date specified; account_id or organization_reserved_domain_id must be specified.

membership_status[RW]

Select users based on membership status

organization_reserved_domain_id[RW]

Select users that are in the specified domain. At least one of email, account_id or organization_reserved_domain_id must be specified.

start[RW]

Index of first item to include in the response Default value: 0

status[RW]

Select users based on user status

take[RW]

Page size of the response Default value: 20

Public Class Methods

default() click to toggle source
# File lib/docusign_admin/api/users_api.rb, line 56
def self.default
  @@default ||= GetUsersOptions.new
end