Enrollment endpoint accounts

Enrollment endpoint accounts API overview

The Enrollment endpoint accounts API allows integrators to manage accounts associated with enrollment endpoints.

The API supports the following actions:

  • Creating, listing, updating, deleting enrollment endpoint accounts
  • Retrieving details for a specific enrollment endpoint account

Enrollment endpoint accounts API actions

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


ActionMethodPathDescription
List enrollment endpoint accountsGET/api/endpoint/v1/{eeId}/accountRetrieve all enrollment endpoint accounts.
Create enrollment endpoint accountPOST/api/endpoint/v1/{eeId}/accountCreate a new enrollment endpoint account.
Get enrollment endpoint account detailsGET/api/endpoint/v1/{eeId}/account/{id}Retrieve details of a specific enrollment endpoint account.
Update enrollment endpoint accountPUT/api/endpoint/v1/{eeId}/account/{id}Update an existing enrollment endpoint account.
Delete enrollment endpoint accountDELETE/api/endpoint/v1/{eeId}/account/{id}Delete an enrollment endpoint account.