Skip to main content

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

ParameterDescription
Group IDThe ID of the group to add user to.
User IDThe ID of the user to be added.

Workflow Library Example

Temporarily Add a User to a Group with Active Directory

Workflow LibraryPreview this Workflow on desktop