Airtable - Suspend User

Airtable - Suspend User deactivates the Airtable account for:

  • Assets returned by the selected query or assets selected on the relevant asset page.

See Creating Enforcement Sets to learn more about adding Enforcement Actions to Enforcement Sets.

📘

Note


General Settings

  • Action name - The name of this Enforcement Action. The system sets a default name. You can change the name.
  • Configure Dynamic Values (optional) - Toggle on to enter a Dynamic Value statement. See Creating Enforcement Action Dynamic Value Statements to learn more about Dynamic Value statement syntax.
  • Use stored credentials from Airtable Enterprise adapter - Select this option to use the Airtable Enterprise connected adapter credentials. When you select this option, the Select Adapter Connection dropdown is available, and you can choose which adapter connection to use for this Enforcement Action.

    This enforcement action follows a three-tier credential resolution logic:

    • When enabled - Uses the stored credentials from the selected adapter connection.
    • When disabled and no credentials inserted - Uses the leading asset client credentials.
    • When disabled and credentials inserted - Uses only the manually inserted credentials.
📘

Note

To use this option, you must successfully configure an Airtable Enterprise adapter connection.

Required Fields

These fields must be configured to run the Enforcement Set.

💡

Connection and Credentials

When Use stored credentials from the adapter is toggled off, some of the connection fields below are required to create the connection, while other fields are optional.

  • Host Name or IP Address - The hostname or IP address of the Airtable server.

  • API Token - A personal access token with the enterprise.scim.usersAndGroups:manage scope, associated with an Enterprise admin account.

  • Enterprise Account ID - The ID of the Airtable Enterprise account.

  • Verify SSL (optional) - Select whether to verify the SSL certificate of the server against the CA database inside of Axonius. For more details, see SSL Trust & CA Settings.

  • HTTPS Proxy (optional) - Connect the adapter to a proxy instead of directly connecting it to the domain.

  • HTTPS Proxy User Name (optional) - The user name to use when connecting to the server using the HTTPS Proxy.

  • HTTPS Proxy Password (optional) - The password to use when connecting to the server using the HTTPS Proxy.

  • Gateway Name - Select the Gateway through which to connect to perform the action.

APIs

Axonius uses the Airtable Enterprise SCIM v2 API. The following endpoint is called:

  • PATCH https://airtable.com/scim/v2/Users/{user_id} - Sets the user's active attribute to false, deactivating the user in the Airtable Enterprise organization.

Required Permissions

The stored credentials, or those provided in Connection and Credentials, must have the following permissions:

  • enterprise.scim.usersAndGroups:manage scope - Required to patch user attributes, including deactivating users, through the Airtable SCIM API.
  • Enterprise Admin role - The personal access token must belong to an Enterprise admin. Admins of multiple enterprises must use a service account token.
  • Authentication method - Personal access token (Bearer token).
  • Billing plan - Available on Business, Enterprise Scale, and legacy Enterprise (pre-2023.08) plans only.

Recommended Role: Enterprise Admin with a dedicated service account personal access token.

📘

Note

The user to be suspended must have a user_remote_id value populated in Axonius — users without this field cannot be suspended. To create a personal access token, navigate to https://airtable.com/create/tokens as an Enterprise admin. Create a new token, add the enterprise.scim.usersAndGroups:manage scope, and copy the resulting token into the API Token field of the Airtable Enterprise adapter connection. To verify correct configuration, confirm a 200 OK response from GET https://airtable.com/scim/v2/Users.


For more details about other enforcement actions available, see Action Library.