The List Members endpoints returnDocumentation Index
Fetch the complete documentation index at: https://docs.digiflecttech.dev/llms.txt
Use this file to discover all available pages before exploring further.
MemberEntity objects for every non-deleted user in the authenticated user’s group. Results are ordered by role then name, and credit scores are resolved server-side — your client receives a pre-calculated reliability_label, reliability_color, and is_eligible flag with every record. An admin JWT is required to list all members; regular members may only retrieve their own profile via the single-member endpoint.
List all members
Maximum number of members to return. Must be between
1 and 100.Zero-based index of the first record to return. Use with
limit for pagination.Response
The response is wrapped in aPaginatedResponse envelope.
Array of member objects for the current page.
Total number of members in the group (across all pages).
The
limit value that was applied to this request.The
offset value that was applied to this request.MemberEntity fields
UUID that uniquely identifies the member.
Full display name of the member.
Phone number in Uganda format, e.g.
+256700123456.Either
"admin" or "member".Name of the savings group this member belongs to.
Total contributions the member has made to the group, in UGX.
Outstanding contribution shortfall, in UGX.
0.0 if the member is up to date.true if the member has already received a payout in the current cycle.true if the member account is active. false if suspended.true if this member is the original creator of the group.Account status:
"active" or "pending". New members created by an admin start as "pending" until they complete onboarding.ISO 8601 timestamp of when the member record was created.
Human-readable reliability classification calculated from the credit score, e.g.
"ELIGIBLE".Hex color code corresponding to the reliability label, e.g.
"#10B981". Use this to colour-code member cards in your UI.true if the member currently qualifies for a loan based on their credit score and group standing.Numeric credit score. The scale runs from
300 (minimum) to 850 (maximum), with new members starting at 500.Example
Sample response (list)