Resolve one identity by filter
GET/intelligence/identities
Requires tenant license idn:response-and-remediation.
Returns the Intelligence Package envelope for the identity that matches the SCIM-style filters expression. Supported queryable fields are id and email only.
A single match returns HTTP 200 with IntelIdentityResponse.
Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND.
Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 429
- 500
One identity matched.
Missing or invalid filters.
Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
No identity matched the filter.
Multiple identities matched the filter.
Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.
Upstream or internal failure.