List Transfer Recipients
Lists the people and accounts you can send money to.
Query parameters
The account sending the money: a company account ID (biz_), or a user ID (user_) for that user's own personal balance.
Search anyone on Whop by name or username, plus your own accounts by name or ID. An exact business ID (biz_) returns that business first. Omit it to get the team around the balance, the people you follow, and your own accounts. The list is the same whether the balance belongs to a company or to you. Searching from a biz_ origin additionally requires the member:basic:read scope. A credential scoped to a single company is the exception to the search itself: it only ever sees that company's own people. Complete email addresses return no matches. Search results are limited to 20 recipients.
Number of results to return from the start of the range.
Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Response
recipients listed
Example response
{
"data": [
{
"id": "user_xxxxxxxxxxxxxx",
"name": "Dana Whitfield",
"object": "user",
"profile_picture_url": "https://ui-avatars.com/api/",
"username": "danawhitfield"
}
],
"page_info": {
"start_cursor": "MQ"
}
}Changes
Changed in 56 of the 74 revisions of this API.59
- ○
the security scope
company:authorized_user:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
- ○
the security scope
company:authorized_user:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
- ○
the security scope
company:authorized_user:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
- ○
the security scope
company:authorized_user:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
- ○
the security scope
company:authorized_user:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
company:authorized_user:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
- ○
the security scope
company:authorized_user:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
company:authorized_user:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
- ○
the security scope
company:authorized_user:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
- ○
the security scope
company:authorized_user:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
Of the 74 revisions, 1 has no diff computed.