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.

ActionMethodPathDescription
Get IdP template detailsGET/api/admin-template/v1/{id}Retrieve details for a specific IdP administrator template.
Update an IdP templatePUT/api/admin-template/v1/{id}Update an existing IdP administrator template.
Delete an IdP templateDELETE/api/admin-template/v1/{id}Delete an IdP administrator template.
List IdP templatesGET/api/admin-template/v1Retrieve a list of all IdP administrator templates.
Create an IdP templatePOST/api/admin-template/v1Create a new IdP administrator template.