Method: ShellDataReportingApIs::LoggedInUserResponse#accounts
- Defined in:
- lib/shell_data_reporting_ap_is/models/logged_in_user_response.rb
#accounts ⇒ Array[AccountAccess]
List of accounts which the user has access to. Note: This list will be empty for users mapped with roles which has either IsCustomerAdmin, IsShellAdmin or IsServiceAccount set to true as their access level is controller at either ColCo or payer level only.
89 90 91 |
# File 'lib/shell_data_reporting_ap_is/models/logged_in_user_response.rb', line 89 def accounts @accounts end |