Add Member To Group
Add a member to a security or Microsoft 365 group.
- Least privileged Microsoft Graph permission to access the action via application:
GroupMember.ReadWrite.All
. - Higher privileged Microsoft Graph permission to access the action via application:
Directory.AccessAsUser.All
.
External Documentation
To learn more, visit the Microsoft Entra ID documentation.
Parameters
Parameter | Description |
---|---|
Group ID | The ID of the group to add user to. |
User ID | The ID of the user to be added. |
Workflow Library Example
Temporarily Add a User to a Group with Active Directory
Preview this Workflow on desktop