Hi everyone,
Is there any way of adding a user to a yammer group after some trigger? I can't find any pre-defined connector for that task in Power Automate.
Thanks in advance,
Alvaro.
Apparently that only works for internal users - I get a 401 Unauthorized when I try to use an external user's email address and their Azure AD userId (after it was created from a SharePoint site guest invitation). I don't see a separate endpoint for invitations - can this work at all for external users?
Hi @Anonymous,
I just remembered that Yammer Groups are also connected to an Office 365 Group.
So, it's probably easier to just use the Add member to group action instead:
https://docs.microsoft.com/en-us/connectors/office365groups/#add-member-to-group
Thanks a lot for your answer! I will try it.
Hi @Anonymous,
It should be possible via the Yammer REST API and the HTTP action.
You could use the Group_membership.json endpoint and a POST request.
https://developer.yammer.com/docs/group_membershipsjsongroup_idid
https://docs.microsoft.com/en-us/rest/api/yammer/group_membershipsjsongroup_idid
(Documentation has moved to Microsoft)
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1