GET api/Administrators

Retrieves a list of administrators

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Returns administrator properties

Collection of AdministratorsModels
NameDescriptionTypeAdditional information
AdminID

Administrator unique identification

globally unique identifier

None.

Email

Administrator email

string

None.

FirstName

First name

string

None.

LastName

Last name

string

None.

Enabled

Enabled or disabled administrator

boolean

None.

PermissionsModels

Administrator permissions

PermissionsModels

None.

LastLogin

Last login date

date

None.

DateCreated

Date created

date

None.

Companies

Administrator companies

Collection of string

None.

AccessToCompaniesMode

Access To Companies Note: The default is "SpecifiedCompanies". If set to "SpecifiedCompanies" then the list of Companies can be empty for backward compatibility. If set to "AllCompanies" then the list of Companies must be empty.

AccessToCompaniesEnum

None.

AccountType

This value is intended for future RBAC. If set to "Internal" then access to an employee inside company is provided. If set to "External" then access to any third party, such as a customer, is provided. This field can be empty for backward compatibility.

AdministratorAccountType

None.

Response Formats

application/json, text/json

Sample:
{
  "AdminID": "1acc8e7c-31d6-4546-b1c7-598ee8c7d3b6",
  "Email": "some@email.com",
  "FirstName": "John",
  "LastName": "Doe",
  "Enabled": true,
  "PermissionsModels": {
    "AccessToAllCompanies": 0,
    "LicenseActivate": 0,
    "AddOrRemoveDestinationForCompany": 0,
    "AddOrRemoveDestinationForUser": 0,
    "Administrators": 0,
    "ADS": 0,
    "AgentlessRestore": 0,
    "AssignTags": 0,
    "AuditLog": 0,
    "Backup": 0,
    "BackupHistory": 0,
    "Billing": 0,
    "CapacityReport": 0,
    "CloudRestore": 0,
    "CustomizeDashboard": 0,
    "Dashboard": 0,
    "DeleteDataFromStorage": 0,
    "DirectConnectAccess": 0,
    "Downloads": 0,
    "EC2Snapshots": 0,
    "EnableSupportChat": 0,
    "GoogleApps": 0,
    "HelpMarketing": 0,
    "LicenseBuy": 0,
    "Licenses": 0,
    "LicenseUsageHistory": 0,
    "ManageCompanies": 0,
    "ManageImmutability": 0,
    "ManageStorageLimitsForCompany": 0,
    "ManageStorageLimitsForUser": 0,
    "ManageTags": 0,
    "Monitiring": 0,
    "Notification": 0,
    "OnlineAccess": 0,
    "StorageLimit": 0,
    "PSA": 0,
    "PurchaseHistory": 0,
    "QuickRestore": 0,
    "Rebranding": 0,
    "RemoteDeploy": 0,
    "RemoteManagment": 0,
    "RMM": 0,
    "SecurityWidget": 0,
    "ShowBackupRestorePlansAndAgentSettings": 0,
    "ShowDeepInstinct": 0,
    "ShowMSP360ControlMobileApplication": 0,
    "ShowRemoteConnection": 0,
    "ShowTickets": 0,
    "Storage": 0,
    "StorageUsage": 0,
    "Users": 0,
    "UsersCreateEdit": 0,
    "UsersDelete": 0
  },
  "LastLogin": "2026-07-12T07:59:59.6950046Z",
  "DateCreated": "2026-05-13T07:59:59.6950046Z",
  "Companies": [
    "Company A",
    "Company B"
  ],
  "AccessToCompaniesMode": 0,
  "AccountType": null
}

application/xml, text/xml

Sample:
<AdministratorsModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MBSAPImvc.Engine.Models">
  <AccessToCompaniesMode>SpecifiedCompanies</AccessToCompaniesMode>
  <AdminID>1acc8e7c-31d6-4546-b1c7-598ee8c7d3b6</AdminID>
  <Companies xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>Company A</d2p1:string>
    <d2p1:string>Company B</d2p1:string>
  </Companies>
  <DateCreated>2026-05-13T07:59:59.6950046Z</DateCreated>
  <Email>some@email.com</Email>
  <Enabled>true</Enabled>
  <FirstName>John</FirstName>
  <LastLogin>2026-07-12T07:59:59.6950046Z</LastLogin>
  <LastName>Doe</LastName>
  <PermissionsModels xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>AccessToAllCompanies</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>LicenseActivate</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>AddOrRemoveDestinationForCompany</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>AddOrRemoveDestinationForUser</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>Administrators</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>ADS</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>AgentlessRestore</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>AssignTags</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>AuditLog</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>Backup</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>BackupHistory</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>Billing</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>CapacityReport</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>CloudRestore</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>CustomizeDashboard</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>Dashboard</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>DeleteDataFromStorage</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>DirectConnectAccess</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>Downloads</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>EC2Snapshots</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>EnableSupportChat</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>GoogleApps</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>HelpMarketing</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>LicenseBuy</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>Licenses</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>LicenseUsageHistory</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>ManageCompanies</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>ManageImmutability</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>ManageStorageLimitsForCompany</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>ManageStorageLimitsForUser</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>ManageTags</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>Monitiring</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>Notification</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>OnlineAccess</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>StorageLimit</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>PSA</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>PurchaseHistory</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>QuickRestore</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>Rebranding</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>RemoteDeploy</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>RemoteManagment</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>RMM</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>SecurityWidget</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>ShowBackupRestorePlansAndAgentSettings</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>ShowDeepInstinct</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>ShowMSP360ControlMobileApplication</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>ShowRemoteConnection</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>ShowTickets</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>Storage</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>StorageUsage</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>Users</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>UsersCreateEdit</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
    <d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
      <d2p1:Key>UsersDelete</d2p1:Key>
      <d2p1:Value>None</d2p1:Value>
    </d2p1:KeyValueOfstringPermissionEnumlwR_Spsoj>
  </PermissionsModels>
</AdministratorsModels>

application/x-www-form-urlencoded

Sample:

Sample not available.