AddGroupOwner
Assigns an owner to a group, providing management permissions.
Input
| Name | Type | Description |
| GroupId | String | The unique identifier (GUID) for the group to which the owner will be added. This value must already exist in Azure Active Directory. |
| OwnerId | String | The unique identifier (GUID) for the user or service principal to be added as an owner to the group. |
Result Set Columns
| Name | Type | Description |
| Success | String | A boolean value indicating whether the operation to add the owner to the group completed successfully. |