Release Notes
Feb 12, 2025
New version release for Get App Details API (v3)
- The
Activity
field within each app and instance now has a new structure: - For apps with an Engagement or Provisioning connector, we will report a top level
ProvisionedUsers
. - For apps with an Engagement connector, we will report a
EngagedUsers
,NotEngagedUsers
, andPercentageActive
based on rolling window. - For apps with SSO activity detected, we will report a top level
UsersWithSsoAccess
andUsersLoggingIn
based on rolling window. - For apps with Unmanaged SSO activity detected, we will report
FirstAuthenticatedUsers
based on rolling window. - License Tiers will also be reported with the same activity metric format as explained above.
- API documentation: Updated documentation; previous version.
New version release for Get App Summaries API (v3)
- When the
verbose
parameter is passed, theAppDetails
object will match the one returned by the Get App Details API (v3). - API documentation: Updated documentation; previous version