Favicon

You are here: Home > API Reference > Android > Enterprise Creation

Enterprise Creation

API endpoints for Enterprise Creation. Browse all available operations, parameters, and response schemas.

DELETE Delete enterprise
/organizations/:organizationId/mdm/android/enterprise

**Required Permission:** `mdm.android.enterprise.remove` Permanently removes the EMM enterprise and disassociates it from the organization.

GET Retrieve enterprise details
/organizations/:organizationId/mdm/android/enterprise/

**Required Permission:** `mdm.android.enterprise.getByOrganization` Retrieves the EMM enterprise configuration and status for the specified organization.

POST Create EMM-managed enterprise
/organizations/:organizationId/mdm/android/enterprise/

**Required Permission:** `mdm.android.enterprise.create` Creates a new EMM-managed enterprise with specified configuration and contact information.

PUT Update enterprise configuration
/organizations/:organizationId/mdm/android/enterprise/

**Required Permission:** `mdm.android.enterprise.update` Updates the EMM enterprise branding, contact information, and policy settings.

POST Generate customer-managed enterprise signup URL
/organizations/:organizationId/mdm/android/enterprise/signup-url

**Required Permission:** `mdm.android.enterprise.signupUrlsCreate` Creates a signup URL to initiate customer-managed EMM enterprise registration with Google.

GET Synchronize enterprise data
/organizations/:organizationId/mdm/android/enterprise/sync

**Required Permission:** `mdm.android.enterprise.sync` Synchronizes the local enterprise configuration with the latest state from Google's servers.

POST Generate enterprise web token
/organizations/:organizationId/mdm/android/enterprise/web-token

**Required Permission:** `mdm.android.enterprise.generateWebToken` Generates a web token for embedding Google Play iframe features within parent applications.