The user filter expression contains the attribute name, the operation, and the attribute value. The attribute value is represented by "%s" in the expression.

The User Filter Expression screen.

The “%s” variable stores the value of the user identifier. The value that you select in the User Identifier list, such as userName or workEmail, is used in the User Filter Expression and replaces the contents of the "%s" variable.

Example filter expressions:
  • username Eq "%s"
  • email Co "%s"

For more information, see the Filtering section in the SCIM 2.0 specification RFC 7644.