Class: DocuSign_Admin::GetUsersOptions
- Inherits:
-
Object
- Object
- DocuSign_Admin::GetUsersOptions
- Defined in:
- lib/docusign_admin/api/users_api.rb
Instance Attribute Summary collapse
-
#_end ⇒ Object
Index of the last item to include in the response.
-
#account_id ⇒ Object
Select users that are members of the specified account.
-
#email ⇒ Object
Email address of the desired user.
-
#email_user_name_like ⇒ Object
Selects users by pattern matching on the user’s email address.
-
#last_modified_since ⇒ Object
Select users whose data have been modified since the date specified; account_id or organization_reserved_domain_id must be specified.
-
#membership_status ⇒ Object
Select users based on membership status.
-
#organization_reserved_domain_id ⇒ Object
Select users that are in the specified domain.
-
#start ⇒ Object
Index of first item to include in the response Default value: 0.
-
#status ⇒ Object
Select users based on user status.
-
#take ⇒ Object
Page size of the response Default value: 20.
Class Method Summary collapse
Instance Attribute Details
#_end ⇒ Object
Index of the last item to include in the response. Ignored if ‘take’ parameter is specfied
54 55 56 |
# File 'lib/docusign_admin/api/users_api.rb', line 54 def _end @_end end |
#account_id ⇒ Object
Select users that are members of the specified account. At least one of email, account_id or organization_reserved_domain_id must be specified.
69 70 71 |
# File 'lib/docusign_admin/api/users_api.rb', line 69 def account_id @account_id end |
#email ⇒ Object
Email address of the desired user. At least one of email, account_id or organization_reserved_domain_id must be specified.
57 58 59 |
# File 'lib/docusign_admin/api/users_api.rb', line 57 def email @email end |
#email_user_name_like ⇒ Object
Selects users by pattern matching on the user’s email address
60 61 62 |
# File 'lib/docusign_admin/api/users_api.rb', line 60 def email_user_name_like @email_user_name_like end |
#last_modified_since ⇒ Object
Select users whose data have been modified since the date specified; account_id or organization_reserved_domain_id must be specified.
75 76 77 |
# File 'lib/docusign_admin/api/users_api.rb', line 75 def last_modified_since @last_modified_since end |
#membership_status ⇒ Object
Select users based on membership status
66 67 68 |
# File 'lib/docusign_admin/api/users_api.rb', line 66 def membership_status @membership_status end |
#organization_reserved_domain_id ⇒ Object
Select users that are in the specified domain. At least one of email, account_id or organization_reserved_domain_id must be specified.
72 73 74 |
# File 'lib/docusign_admin/api/users_api.rb', line 72 def organization_reserved_domain_id @organization_reserved_domain_id end |
#start ⇒ Object
Index of first item to include in the response Default value: 0
48 49 50 |
# File 'lib/docusign_admin/api/users_api.rb', line 48 def start @start end |
#status ⇒ Object
Select users based on user status
63 64 65 |
# File 'lib/docusign_admin/api/users_api.rb', line 63 def status @status end |
#take ⇒ Object
Page size of the response Default value: 20
51 52 53 |
# File 'lib/docusign_admin/api/users_api.rb', line 51 def take @take end |
Class Method Details
.default ⇒ Object
77 78 79 |
# File 'lib/docusign_admin/api/users_api.rb', line 77 def self.default @@default ||= GetUsersOptions.new end |