configure_global_admins
Assign Global Administrator roles to specified users in Microsoft 365 to enforce BOD 25-01 compliance requirements for privileged access management.
Instructions
Configure Global Administrator role assignments (MS.AAD.7.1v1)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userIds | Yes | List of user IDs to assign Global Administrator role |
Input Schema (JSON Schema)
{
"properties": {
"userIds": {
"description": "List of user IDs to assign Global Administrator role",
"items": {
"type": "string"
},
"maxItems": 8,
"minItems": 2,
"type": "array"
}
},
"required": [
"userIds"
],
"type": "object"
}