POST
/v1/organizations/:organizationId/mdm/windows/enterprise/applications/
Copy to clipboard
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
Add parameter in header
authorization
Example:
Authorization: Bearer <token>
organizationId
string
required
Body Params
application/json
type
string
required
config
object
required
winStoreId
string
optional
buildId
string
optional
mdmAssetId
string
optional
applicationId
string
optional
filter
string
optional
{
"type": "store",
"config": {
"winStoreId": "9WZDNCRFHVJL",
"buildId": "507f1f77bcf86cd7994390bb",
"mdmAssetId": "507f1f77bcf86cd7994390cc",
"applicationId": "507f1f77bcf86cd7994390dd",
"filter": "tag:v*"
}
}
Responses
200 Response
application/json
status
boolean
optional
data
object
optional
id
string
optional
organizationId
string
optional
winEnterpriseId
string
optional
type
string
optional
config
object
optional
winStoreId
string
optional
buildId
string
optional
mdmAssetId
string
optional
applicationId
string
optional
filter
string
optional
info
object
optional
origin
string
optional
version
integer
optional
updatedAt
string
optional
createdAt
string
optional
{
"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"
}
}
400 Response
application/json
status
boolean
optional
error
object
optional
code
number
optional
message
string
optional
{
"status": false,
"error": {
"code": 5050,
"message": "Feature not allowed for you billing plan"
}
}
401 Response
application/json
status
boolean
optional
error
object
optional
code
number
optional
message
string
optional
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
404 Response
application/json
status
boolean
optional
error
object
optional
code
number
optional
message
string
optional
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}