Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Remove User from Group Azure AD activity

The Remove User from Group activity removes an existing user from a security group in Azure Active Directory.

To access this activity in the Workflow Editor, select the Custom tab, and then navigate to Custom Activities > Azure AD. This activity was built with the REST web service activity template.

Important: The REST message used for this activity must be configured to use OAuth 2.0.

Input variables

VariableDescription
user_idObject ID (GUID) of the user to be removed.
group_idObject ID (GUID) of the target group.

Output variables

VariableDescription
errorReturns the error string from the REST message. If there are no errors, this variable returns a null value.
bodyContains a string value representing the output from the REST message.
status_codeContains the status code returned from the Web service.

Conditions

VariableDescription
SuccessActivity removed the object ID from the security group.
FailureActivity failed to update the group's membership, or the activity failed to connect to Azure AD.

Parent Topic:Azure AD activity pack