Register new Windows application
Required Permission: mdm.windows.application.create
Register new Windows application for device deployment by configuring source type and linking to store, build, or asset.
Request
authorization
Authorization: Bearer <token>
application/json
{
"type": "store",
"config": {
"winStoreId": "9WZDNCRFHVJL",
"buildId": "507f1f77bcf86cd7994390bb",
"mdmAssetId": "507f1f77bcf86cd7994390cc",
"applicationId": "507f1f77bcf86cd7994390dd",
"filter": "tag:v*"
}
}
Responses
application/json
{
"status": true,
"data": {
"id": "507f1f77bcf86cd799439011",
"organizationId": "507f1f77bcf86cd799439022",
"winEnterpriseId": "507f1f77bcf86cd799439033",
"type": "store",
"config": {
"winStoreId": "9WZDNCRFHVJL",
"buildId": "507f1f77bcf86cd799439044",
"mdmAssetId": "507f1f77bcf86cd799439055",
"applicationId": "507f1f77bcf86cd799439066",
"filter": "branch:main"
},
"info": {
"name": "Microsoft Teams",
"version": "1.5.0",
"publisher": "Microsoft Corporation"
},
"origin": "library",
"version": 3,
"updatedAt": "2026-02-10T14: 30: 00.000Z",
"createdAt": "2025-11-20T09: 00: 00.000Z"
}
}
application/json
{
"status": false,
"error": {
"code": 5050,
"message": "Feature not allowed for you billing plan"
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}