You are here: Home > API Reference > Android > Enrollment Templates

Enrollment Templates

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

DEL Delete enrollment template
/v1/organizations/:organizationId/mdm/android/enterprise/enrollment-templates/:emmEnrollmentTemplateId

Permanently removes the enrollment template and disassociates it from any assigned users or groups.

GET Retrieve enrollment template details
/v1/organizations/:organizationId/mdm/android/enterprise/enrollment-templates/:emmEnrollmentTemplateId

Retrieves detailed configuration, policies, and application information for a specific enrollment template.

GET List Android enrollment templates
/v1/organizations/:organizationId/mdm/android/enterprise/enrollment-templates

Retrieves a paginated list of Android Enterprise enrollment templates configured for the organization.

POST Set default managed domain template
/v1/organizations/:organizationId/mdm/android/enterprise/enrollment-templates/:emmEnrollmentTemplateId/default-managed-domain

Designates the enrollment template as the default configuration for managed domain enrollments.

POST Create enrollment template
/v1/organizations/:organizationId/mdm/android/enterprise/enrollment-templates

Creates a new enrollment template with specified policies, applications, and configuration settings.

POST Send enrollment notification email
/v1/organizations/:organizationId/mdm/android/enterprise/enrollment-templates/:emmEnrollmentTemplateId/notify

Sends enrollment instructions and credentials to specified email addresses for device setup.

PUT Update enrollment template
/v1/organizations/:organizationId/mdm/android/enterprise/enrollment-templates/:emmEnrollmentTemplateId

Updates the configuration, policies, and application settings for an existing enrollment template.