Permission error when running Add-AzureADGroupMember in an Azure PowerShell RunBook:
Error occurred while executing AddGroupMember
Code: Authorization_RequestDenied
Message: Insufficient privileges to complete the operation.
Running Set-AzureADUser does not produce an error, but also doesn't alter the JobTitle attribute.
Editing Exchange related attributes like default email address and additional email addresses are successful.
This Azure Automation account uses a Certificate and an Azure RunAsAccount. The RunAsAccount has the Role "Contributor" assigned.
Permission granted via App Registration API are seen in this image:

What API permissions are needed to permit Add-AzureADGroupMember and set Set-AzureADUser to be successful?