SCIM searching or filtering a user or group
Spotfire has implemented the following subset of the SCIM filters to search for users or groups.
| Operator | Description | Criteria |
|---|---|---|
| eq | Equal | userName, displayName, externalId, email |
| co | Contains | userName, displayName, externalId, email |
| sw | Starts With | userName, displayName, externalId, email |
| ew | Ends With | userName, displayName, externalId, email |
| AND | logical AND | all of the above with grouping |
| OR | logical OR | all of the above with grouping |
Examples
filter=userName eq "jdoe"
filter=email co "example.com"
filter=displayName co "Doe"
filter=userName sw "jd" AND email co "example.com"
Parent topic: Configure Spotfire for cross-domain identity management