manage_configuration_profiles
List, create, update, delete, assign, and monitor deployment status for Intune device configuration profiles.
Instructions
Manage Intune device configuration profiles — CRUD, assignment and status.
action values: list — List all configuration profiles get — Get profile details (profile_id) create — Create a new profile (body) update — Update a profile (profile_id, body) delete — Delete a profile (profile_id, confirm=True) assign — Assign profile to groups (profile_id, body: {assignments:[...]}) get_status — Get device deployment status (profile_id) list_assignments — List assignments (profile_id)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| body | No | ||
| action | Yes | ||
| confirm | No | ||
| profile_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||