/organizations/:organizationId/mdm/apple/enterprise/commands/:targetType **Required Permission:** `mdm.apple.command.create` Creates and queues management commands for multiple targets simultaneously in a single operation.
/organizations/:organizationId/mdm/apple/enterprise/commands/:targetType/:targetId **Required Permission:** `mdm.apple.command.list` Retrieves a paginated list of commands issued to the specified device, user, or group.
/organizations/:organizationId/mdm/apple/enterprise/commands/:targetType/:targetId **Required Permission:** `mdm.apple.command.create` Creates and queues a new management command for execution on the specified target.
/organizations/:organizationId/mdm/apple/enterprise/commands/:targetType/:targetId/:admCommandId **Required Permission:** `mdm.apple.command.get` Retrieves detailed information and execution status for a specific command by its identifier.
/organizations/:organizationId/mdm/apple/enterprise/commands/:targetType/:targetId/:admCommandId/cancel **Required Permission:** `mdm.apple.command.cancel` Cancels a pending or retrying command, preventing it from being applied to the target.
/organizations/:organizationId/mdm/apple/enterprise/commands/:targetType/:targetId/grouped **Required Permission:** `mdm.apple.command.list` Retrieves commands for the specified target, grouped by command type for consolidated viewing.