/organizations/:organizationId/mdm/windows/enterprise/enrollment-tokens/ **Required Permission:** `mdm.windows.enrollmentToken.list` Retrieve paginated collection of enrollment tokens with optional filtering by assigned user, policy, or deletion status for organization management.
/organizations/:organizationId/mdm/windows/enterprise/enrollment-tokens/ **Required Permission:** `mdm.windows.enrollmentToken.create` Generate a new enrollment credential assigned to a specific user, optionally sending enrollment instructions via email with custom messaging and policy configuration.
/organizations/:organizationId/mdm/windows/enterprise/enrollment-tokens/:winEnrollmentTokenId **Required Permission:** `mdm.windows.enrollmentToken.get` Fetch complete information for a specific enrollment token including current status, assigned user, policy configuration, expiration date, and enrollment link details.
/organizations/:organizationId/mdm/windows/enterprise/enrollment-tokens/:winEnrollmentTokenId **Required Permission:** `mdm.windows.enrollmentToken.update` Modify the display name, assigned security policies, or organizational tags for an existing enrollment token before it is used for device registration.
/organizations/:organizationId/mdm/windows/enterprise/enrollment-tokens/:winEnrollmentTokenId **Required Permission:** `mdm.windows.enrollmentToken.remove` Permanently revoke an enrollment token, preventing any future device registrations using this credential and invalidating any undelivered enrollment links or codes.
/organizations/:organizationId/mdm/windows/enterprise/enrollment-tokens/bulk **Required Permission:** `mdm.windows.enrollmentToken.create` Generate enrollment credentials for multiple users simultaneously, distributing personalized enrollment links and instructions to each specified email address with shared policy settings.