Account Filters

The Coupa connector supports account aggregation filters to limit the user accounts aggregated. The default filter that the connector uses to aggregate only standard users is type[blank]=true. You can modify the filters per your requirements.

The following are examples of filters that can be added on the Aggregation Settings page in the Account Filter field:

  • To only aggregate active users, enter the following:

    status=active

  • To aggregate users which use the SAML authentication method, enter the following:

    authentication-method=saml

  • To aggregate active standard users which use the SAML authentication method, enter the following:

    type[blank]=true&status=active&authentication-method=saml