Rayapati
Rayapati

Reputation: 13

SCIM API Filtering Users on meta.LastModifiedDate

I am using following filter with "Beyond Insight" SCIM API users endpoint,

BaseURL/v2/Users?filter=meta.lastModified le "2011-05-13T04:42:34Z"

I am getting "search field is invalid: meta.lastModified". What could be the reason ?

Upvotes: 0

Views: 627

Answers (1)

Zollnerd
Zollnerd

Reputation: 912

SCIM service providers are not obligated to support filtering on all attributes. The baseline is typically userName, emails and externalId. Are you sure that this SCIM service provider supports filtering on meta.lastModified?

Also - assuming your URL is just a typo above, but it would be /Users?filter=, not /Users/filter=

Upvotes: 0

Related Questions