Spotfire® Server and Environment - Installation and Administration

SCIM searching or filtering a user or group

Spotfire has implemented the following subset of the SCIM filters to search for users or groups.

OperatorDescriptionCriteria
eqEqualuserName, displayName, externalId, email
coContainsuserName, displayName, externalId, email
swStarts WithuserName, displayName, externalId, email
ewEnds WithuserName, displayName, externalId, email
ANDlogical ANDall of the above with grouping
ORlogical ORall 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"