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.
| Action | Method | Path | Description |
|---|---|---|---|
| List enrollment endpoint accounts | GET | /api/endpoint/v1/{eeId}/account | Retrieve all enrollment endpoint accounts. |
| Create enrollment endpoint account | POST | /api/endpoint/v1/{eeId}/account | Create a new enrollment endpoint account. |
| Get enrollment endpoint account details | GET | /api/endpoint/v1/{eeId}/account/{id} | Retrieve details of a specific enrollment endpoint account. |
| Update enrollment endpoint account | PUT | /api/endpoint/v1/{eeId}/account/{id} | Update an existing enrollment endpoint account. |
| Delete enrollment endpoint account | DELETE | /api/endpoint/v1/{eeId}/account/{id} | Delete an enrollment endpoint account. |
Updated about 23 hours ago