Skip to Content
Msp PortalSettingsOrganization Profile

Organization Profile

Manage your MSP organization details including company information, contact details, and business settings. The organization profile is used across the platform for billing, communications, and branding.

Profile Settings

Configure your organization’s core information:

SettingDescriptionExample
Company nameLegal business nameContoso MSP Services
Display nameBrand name shown in the platformContoso MSP
AddressBusiness address123 Tech Street, Seattle, WA 98101
PhonePrimary contact number+1 (555) 123-4567
EmailPrimary contact emailinfo@contosomsp.com
WebsiteCompany website URLhttps://contosomsp.com 
Tax IDBusiness tax identifierUsed for invoicing

Business Settings

  • Time zone — Default time zone for the platform (affects reports, schedules, SLA calculations)
  • Date format — US (MM/DD/YYYY) or International (DD/MM/YYYY)
  • Currency — Default currency for billing and pricing displays
  • Language — Platform UI language

Platform Users

Platform users are your MSP staff who access OpsPilot365. These are distinct from end users in managed tenants.

User Roles

RoleDescriptionKey Permissions
AdministratorFull platform accessAll tenants, settings, billing, user management
TechnicianDay-to-day operationsAssigned tenants, user/device management, reports
Read-OnlyView-only accessView data, reports, dashboards, export data
CustomTailored permissionsGranular per-feature and per-tenant control

Permission Matrix

PermissionAdminTechnicianRead-Only
View dashboardsYesYesYes
Manage usersYesYes
Manage devicesYesYes
Run automationYesYes
Order licensesYesWith approval
Platform settingsYes
Manage billingYes
Manage platform usersYes

Note: “With approval” means the technician can initiate the action but it requires administrator approval to complete.

Adding a Platform User

To add a new user to your OpsPilot365 instance:

  1. Navigate to Settings then Platform Users
  2. Click Add User
  3. Enter the user’s email address and display name
  4. Select a role (Technician, Administrator, or Read-Only)
  5. Choose tenant access scope (all tenants or selected tenants only)
  6. The user receives an invitation email to activate their account

Authentication

Configure how platform users authenticate:

SettingDescriptionStatus
Microsoft Entra ID SSOSign in with Microsoft work accountEnabled
Require MFAEnforce multi-factor authentication for all usersEnabled
Session TimeoutAuto sign-out after inactivity period8 hours

Audit Log

Track platform user activity and changes. The audit log records:

  • Sign-in events with IP address and browser details
  • User management actions (add, modify, remove users)
  • Tenant modifications performed by technicians
  • Settings changes made by administrators
  • License order submissions and approvals

Billing Details

Your organization profile includes billing information:

Company Information

Used on invoices and billing correspondence. Keep your address and contact details current to ensure proper invoice delivery.

Billing Contact

Designate a billing contact who receives invoice notifications, payment confirmations, and billing-related alerts.

Usage Summary

Monitor your platform consumption:

MetricDescription
Managed UsersTotal users across all connected tenants
Managed TenantsNumber of connected customer tenants
API CallsMonthly API usage (unlimited on Professional plan)

API Reference

  • GET /api/msp-portal/settings/profile — Get organization profile
  • PUT /api/msp-portal/settings/profile — Update organization profile
  • GET /api/settings/platform-users — List all platform users
  • POST /api/settings/platform-users — Invite new platform user
  • PUT /api/settings/platform-users/:id — Update user role and access
  • DELETE /api/settings/platform-users/:id — Remove platform user
Last updated on