Added

SaaS Management: Device Enrollment & Utilization Summary


Summary

You can now manage SaaS Management for your clients through the Lifecycle Manager API using your existing API key — there's no separate API or credentials to set up. These endpoints let you enroll a client's devices into SaaS monitoring and see how their SaaS applications are being used.

SaaS Management is a subscription feature: requests for a client without an active SaaS Management subscription return 402 Payment Required.

These are new endpoints only — nothing else in the API changes, and the version stays v1.


Changes

New endpoints

SaaS Management

  • POST /lifecycle-manager/v1/saas-management/clients/{client_id}/enrollment-tokens

    • N/A → Available
    • Type: addition
    • Notes: Creates an enrollment token for a client. Use the returned token to enroll that client's devices into SaaS Management monitoring.
  • GET /lifecycle-manager/v1/saas-management/clients/{client_id}/saas-utilization/summary

    • N/A → Available
    • Type: addition
    • Notes: Returns a client's SaaS-utilization summary — how many SaaS applications are in use and the total active time over the reporting period.

Dates

  • Effective: [2026-07-22]