Parameters
| Parameter | Description |
|---|---|
| Filter | Filter users by the given query. Filters can only apply to a subset of attribute fields within the user object: - displayName - userName - active The syntax of the filter query looks like the following: - active eq true - will return all active users - displayName sw “t” - will return all users that start with the letter tFor a full list of the allowed operations, visit the SCIM parameters documentation. |