Get Portfolio Clients
Get paginated list of partner client organizations with filing stats.
Authorizations
Headers
Target partner. Required for referral partner API keys (selects the owned sub-partner; omitting it returns 400 PARTNER_ID_REQUIRED). For multi-partner bearer users, selects the active partner.
100Query Parameters
Scope results to a specific team member's assigned orgs. Use "me" to filter to the caller's own assignments, or pass a user id (the row id from GET /partner/users). Ignored for MEMBER-role users who are always scoped to their own assignments. Fail-closed: if the target is not an ACTIVE member of this partner's org, the response will contain zeroed/empty data (not a 4xx error).
100^(me|[A-Za-z0-9_-]+)$Page number
x >= 1Page size
1 <= x <= 100