Get Org Members Financial
Get paginated financial data for organization members.
Returns financial information (lifetime spend, current budget) for all members within the specified organization. Access is restricted to:
- Organization Admins
- Organization Owners
- OpenHands members (users with @openhands.dev emails)
Args: org_id: Organization ID (UUID) page_id: Optional pagination offset encoded as string limit: Maximum items per page (1-100, default 10) email: Optional email filter (case-insensitive partial match) user_id: Authenticated user ID (injected by require_financial_data_access)
Returns: OrgMemberFinancialPage: Paginated response with member financial data
- items: List of members with user_id, email, lifetime_spend, current_budget, and max_budget
- current_page: Current page number (1-indexed)
- per_page: Items per page
- next_page_id: Offset for next page, or None if no more pages
Raises: HTTPException: 401 if user is not authenticated HTTPException: 403 if user lacks access (not admin/owner and not @openhands.dev) HTTPException: 400 if page_id is invalid HTTPException: 500 if retrieval fails
Authorizations
Headers
Path Parameters
Query Parameters
Offset for pagination (e.g., "0", "10", "20")
x <= 1001 - 255
