DEPRECATED: This endpoint should be replaced by
/astp/v2/credentials/_search
This endpoint requires access to Account & Session Takeover Prevention (ASTP).
Please contact your Customer Success Manager for more details.
Paging
By using the id of the last item from a request as the value for the query parameterfrom
of the following request, you will be able to scroll through results.
When the result contains an empty list, you know that you received all results.
Wildcards
The keyword may contain a wildcard. Wildcards should either be at the start or at the end of your query. Example keywords:johndoe*
will match an identity with the name johndoe and any string that follows(e.g.johndoe@test.com
).*acme.com
will match any identity that finishes with acme.com (e.g.myuser@acme.com
).johndoe
will match either johndoe or JOHNdoe.
Path Parameters
The keyword to search for.
Query Parameters
Maximum size of the JSON object that will be returned (maximum 10 000).