{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "active": true,
- "archived": false,
- "created": 0,
- "updated": 0
}
]
}
}