external-v2-deals
Get Deal Team
List the team members (DealUsers) for a specific deal.
Returns active, non-deleted DealUsers with their associated User data. "Active" means hide_on_deal_room is false (MCP-749) — members the product hides on the deal are excluded here too, and do not count toward total. The deal must be accessible to the authenticated user — if it is not, a 404 is returned (not 401) per AGENTS.md Rule 7.
get/api/external/v2/deals/{deal_id}/team
Path parameters
deal_idinteger required
Query parameters
limitinteger
Number of results to return (1-200, clamped)
Number of results to return (1-200, clamped)
offsetinteger
Offset for pagination (>= 0, clamped)
Offset for pagination (>= 0, clamped)
Response
Successful Response
Changes
No recorded changes to this endpoint across all 7 revisions of this API.