You are here: Home > API Reference > Windows > Enrollment Tokens

Enrollment Tokens

API endpoints for Enrollment Tokens. Browse all available operations, parameters, and response schemas.

DEL Remove enrollment token
https://api.applivery.io/v1/organizations/:organizationId/mdm/windows/enterprise/enrollment-tokens/:winEnrollmentTokenId

Permanently revoke an enrollment token, preventing any future device registrations using this credential and invalidating any undelivered enrollment links or codes.

GET Retrieve enrollment token details
https://api.applivery.io/v1/organizations/:organizationId/mdm/windows/enterprise/enrollment-tokens/:winEnrollmentTokenId

Fetch complete information for a specific enrollment token including current status, assigned user, policy configuration, expiration date, and enrollment link details.

GET List all Windows enrollment tokens
https://api.applivery.io/v1/organizations/:organizationId/mdm/windows/enterprise/enrollment-tokens

Retrieve paginated collection of enrollment tokens with optional filtering by assigned user, policy, or deletion status for organization management.

POST Create enrollment tokens for multiple users
https://api.applivery.io/v1/organizations/:organizationId/mdm/windows/enterprise/enrollment-tokens/bulk

Generate enrollment credentials for multiple users simultaneously, distributing personalized enrollment links and instructions to each specified email address with shared policy settings.

POST Create enrollment token for single user
https://api.applivery.io/v1/organizations/:organizationId/mdm/windows/enterprise/enrollment-tokens

Generate a new enrollment credential assigned to a specific user, optionally sending enrollment instructions via email with custom messaging and policy configuration.

PUT Update enrollment token configuration
https://api.applivery.io/v1/organizations/:organizationId/mdm/windows/enterprise/enrollment-tokens/:winEnrollmentTokenId

Modify the display name, assigned security policies, or organizational tags for an existing enrollment token before it is used for device registration.