List identity profiles
Returns a paginated list of identity profiles. When company_id is provided, lists IPs currently linked to that company’s ledger. When omitted, lists IPs linked to any ledger the actor can read (including child companies under a parent).
Required permissions:
identity:read
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Query Parameters
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
42
Returns the last n elements from the list.
42
The unique identifier of the company to filter to. When omitted, returns IPs across all ledgers the actor can read.
"biz_xxxxxxxxxxxxxx"
Filter by profile type (individual or business).
individual, business Filter by derived verification status.
not_started, pending, manual_review, approved, rejected, action_required 
