API documentation
get
/api/v1/Partners/me/downlineReturns the caller's downline as a flat list of materialised OberMind.Model.Entities.Partners.PartnerTreeNode rows joined with the underlying OberMind.Model.Entities.Users.User + OberMind.Model.Entities.Users.UserDetails for identity. Unlike the original anonymised endpoint, partners need to actually be able to recognise / contact the people in their tree — that's the whole point of running a partner program. The masked id is preserved in the response ({userIdMasked}) for backwards-compatibility with older frontend code paths and for any UI that wants to redact a long GUID without showing PII. <br>search is a case-insensitive substring filter applied server-side across UserName / Email / FirstName / LastName / Phone / Country / IPCountry / UserId — any one match passes the row through. Filter is applied (not after materialising) because partner downlines can grow into the thousands and pulling the whole tree client-side defeats the purpose of having a search box.
Partners
Parameters
search
query · string
Optional
version
path · string
Required
Responses
The OpenAPI specification does not include response body schemas for this endpoint. Use Try It with your credentials to see a live response.
- 200Success