The chat.manage.chat
permission you mentioned does not exist as a specific permission in Azure AD. For creating and managing chats, select your application and navigate to "API permissions". Click on "Add a permission" > "Microsoft Graph" > "Application permissions". Add the following permissions and click "Grant admin consent for [Your Tenant]".
-
Chat.Create
-
Chat.ReadWrite.All
-
ChatMember.ReadWrite.All
-
User.Read
To integrate this process into Power Automate, you can use the HTTP action to call the Microsoft Graph API endpoints with the access token obtained from the client credentials flow.
Thanks,
Prasad Das
*************************************************************************
If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.