list
Authentication
Path parameters
Query parameters
(Optional): specifies the maximum number of results to return in a single response. By default - 20, max - 100.
(Optional): specifies the maximum number of results to return in a single response. By default - 20, max - 100.
Retrieves a paginated list of project users whose credentials were entered on a phishing site, deduplicated to one row per user.
Requires API key authentication:
cursor, limit). By default limit is 20, max 100.where supports filtering on the available fields (e.g. phishing_origin).order_by — results are keyed by account_id.Cursor-based pagination. Each node is one compromised user:
pageInfo carries hasPreviousPage, hasNextPage, startCursor, endCursor and total (the distinct number of compromised users).
Accepted permissions
Project → ATO info → ATO infoToken scope
ATO Info View
Personal access token. Create it in your BotBye account under Profile → Personal Access Tokens, tick the scopes the endpoints you call require (see each endpoint’s Token scope), and send the token in the X-Api-Key request header. A token works only for the account it was created in.
(Optional): a cursor for pagination.
after (string): Pointer to the item after which the items are to be retrieved.before (string): Pointer to the item before which the items are to be retrieved.(Optional): is used to create conditions for data filtering. It can be used to create simple conditions (leaf nodes) as well as compound logical expressions (branch nodes).
predicate (string): The filtering condition (e.g., gte, lte, eq for a leaf or and, or for a branch). Possible values [[#Predicate]]opearands (string): A list of nested conditions (used only for branches, such as and, or).fieldPath (string): The field to which the filtering condition is applied (used only for a leaf. Each entity has its own fieldPath list).value (string): The value to compare against the field (used only for a leaf).(Optional): property by which to order by.
fieldPath (string): name of order field.direction (string): ASC or DESC