Search Business Group Members
GET/public-api/v1/kyb/groups/members
EndPoint Description : Returns a paginated list of organizations that belong to the authenticated organization's business groups (Business Customers, Business Contacts, and custom groups).
Details :
- Scoped to the authenticated organization as the invitor.
- Filter by one or more groupIds obtained from GET /kyb/groups.
- When groupIds is omitted, members of all business groups owned by the organization are returned.
- Supports pagination, sorting, name search, and invite status filters.
Request
Responses
- 200
- 401
- 500
Business group members successfully fetched.
Unauthorized – Invalid or missing token.
Internal Server Error