Template administrators
Template administrators API overview
The template administrators API allows integrators to manage Identity Provider (IdP) administrator templates within SCM.
These templates define administrator defaults for IdP-based provisioning, including roles, privileges, and configuration attributes.
The API supports the following actions:
- Creating, listing, updating, and deleting IdP templates.
- Retrieving template details for management or assignment operations.
Template administrators API endpoints
The following table lists the endpoints for managing IdP administrator templates.
Click any action in the first column to open its API reference page.
| Action | Method | Path | Description |
|---|---|---|---|
| Get IdP template details | GET | /api/admin-template/v1/{id} | Retrieve details for a specific IdP administrator template. |
| Update an IdP template | PUT | /api/admin-template/v1/{id} | Update an existing IdP administrator template. |
| Delete an IdP template | DELETE | /api/admin-template/v1/{id} | Delete an IdP administrator template. |
| List IdP templates | GET | /api/admin-template/v1 | Retrieve a list of all IdP administrator templates. |
| Create an IdP template | POST | /api/admin-template/v1 | Create a new IdP administrator template. |
Updated about 23 hours ago