Check template assignations
Required Permission: mdm.apple.enrollmentTemplate.get
Retrieves assignation information showing which users, groups, or devices use this enrollment template.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"assigned": true,
"items": {}
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}