Airtable · Arazzo Workflow
Airtable Deprovision a SCIM User
Version 1.0.0
Find a SCIM user by username and then delete the resource.
View Spec
View on GitHub
ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheetsArazzoWorkflows
Provider
Workflows
deprovision-scim-user
Find a SCIM user by username and delete it.
Locates a SCIM 2.0 user by filtering on the userName attribute and then permanently deletes the matched user resource.
1
findUser
listScimUsers
Locate the SCIM user by applying a SCIM filter on the userName attribute, returning at most one match.
2
deleteUser
deleteScimUser
Permanently delete the matched SCIM user resource from the enterprise account.