Search Users

Search users who have access to this deal.

Requires READER role or above on the deal. By default, users with either group or direct deal access are returned. Set only_direct to true to limit results to users with direct deal access only.

Args: text: Optional case-insensitive search across user name and email

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

deal_idintegerRequired

Query Parameters

textstring or nullOptional
only_directbooleanOptionalDefaults to false

When true, returns only users with direct access to the deal (excludes group access)

sort_bystring or nullOptional
sort_orderstringOptionalformat: "^(asc|desc)$"Defaults to asc
pageintegerOptional>=1Defaults to 1
page_sizeintegerOptional>=1Defaults to 100

Response

Successful Response
total_countinteger
pageinteger
page_sizeinteger
datalist of objects

Errors