@udaya1 - As per OKTA documentation -
- The User Type accessed as
type.id
.
Below are the sample search terms -
Search Term Example | Description |
---|---|
status eq STAGED | Users that have a status of STAGED |
lastUpdated gt yyyy-MM-dd’T’HH:mm:ss.SSSZ | Users last updated after a specific timestamp |
id eq 00u1ero7vZFVEIYLWPBN | Users with a specified id |
type.id eq otyfnjfba4ye7pgjB0g4 | Users with a specified User Type ID |
profile.department eq Engineering | Users that have a department of Engineering |
profile.occupation eq Leader | Users that have an occupation of Leader |
profile.lastName sw Smi | Users whose lastName starts with Smi |
For more details please check the link.
Mark it as solved, if it helps.