Enrollment endpoints

Enrollment endpoints API overview

The Enrollment endpoints API allows integrators to manage enrollment endpoints within SCM.

The API supports the following actions:

  • Creating, listing, updating, deleting enrollment endpoints
  • Managing endpoint configurations
  • Managing endpoint delegations

Enrollment endpoints API actions

The following table lists the API actions.
Click any action in the first column to open its API reference page.


Enrollment endpoints

ActionMethodPathDescription
List enrollment endpointsGET/api/endpoint/v1Retrieve all enrollment endpoints.
Create an enrollment endpointPOST/api/endpoint/v1Create a new enrollment endpoint.
Get enrollment endpoint detailsGET/api/endpoint/v1/{id}Retrieve details of a specific enrollment endpoint.
Update enrollment endpointPUT/api/endpoint/v1/{id}Update an existing enrollment endpoint.
Delete enrollment endpointDELETE/api/endpoint/v1/{id}Delete an enrollment endpoint.

Enrollment endpoint configuration

ActionMethodPathDescription
Get enrollment endpoint configurationGET/api/endpoint/v1/{id}/configRetrieve configuration details for an enrollment endpoint.
Create/Update enrollment endpoint configurationPUT/api/endpoint/v1/{id}/configCreate or update configuration settings for an enrollment endpoint.

Enrollment endpoint delegations

ActionMethodPathDescription
Create/Update enrollment endpoint delegationsPUT/api/endpoint/v1/{id}/delegationsCreate or update endpoint delegations to an organization or department.
Remove all enrollment endpoint delegationsDELETE/api/endpoint/v1/{id}/delegationsRemove all endpoint delegations from an organization or department.