Overview
An API, short for Application Programming Interface, is a collection of definitions and protocols for integrating applications and services. The EasyLife 365 Identity REST API provides authenticated endpoints for incorporating Identity administration into your applications and automation.
The exposure of REST APIs within EasyLife 365 Identity opens the door for users to craft integrations tailored to their applications and workflows. The officially supported endpoints provide functional capabilities, enabling users to:
Admin operations
- Get Application Ownership: Read the Entra, technical, and business owners of an application registration or enterprise application.
- Replace Application Ownership: Synchronize application, technical, and business owners for an application registration or enterprise application.
The admin operations accept application permissions as well as delegated ones, so they can be driven by an unattended integration such as a scheduled script or a function app. See Create Application Registration for both setups. See the Ownership API integration guide for a full walkthrough of registering a service-principal caller and synchronizing ownership end to end.