Use this endpoint to change a member’s role within the group or to toggle their active status. Only an admin JWT may call this endpoint; role promotions and demotions are further restricted to the group creator. The response is the full updatedDocumentation 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 object — the same shape returned by List Members.
Path parameters
UUID of the member to update.
Request body
All fields are optional. Send only the fields you want to change.New role for the member. Pass
"admin" or "Administrator" to promote; pass "member" (or any other value) to demote. Only the group creator may update this field — other admins will receive a 403 error.Set to
false to suspend the member (they will be unable to log in). Set to true to reactivate a suspended account.Response
Returns the updatedMemberEntity. See List Members for the full field reference.
Examples
Delete the entire group
- All member accounts in the group
- All transactions
- All loans and repayment schedules
- All payouts and payout queue entries
- All approval records
- All credit scores
- All notifications
- All audit logs
Response