Cross-Provider Workflow
Offboard by Disabling Entra User and Removing from Group
Version 1.0.0
Disable a Microsoft Entra user, remove group membership, and revoke Slack access.
Providers Orchestrated
Workflows
offboard-disable-and-remove
Disable Entra user, remove from group, and remove from Slack.
Disables a departing user's Entra account, removes them from a target security group, and removes the user from the Slack workspace.
1
disable-user
$sourceDescriptions.entraApi.updateUser
Disable the departing user's Entra account.
2
remove-from-group
$sourceDescriptions.entraApi.removeGroupMember
Remove the user from the target security group.
3
remove-from-slack
$sourceDescriptions.slackAdminApi.postAdminUsersRemove
Remove the departing user from the Slack workspace.
Source API Descriptions
openapi