cURL
curl --request GET \ --url https://api.doshi.app/client/users \ --header 'Authorization: Bearer <token>'
{ "users": [ { "id": "<string>", "email": "[email protected]", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "firstName": "<string>", "partnerUserId": "<string>", "academyPathId": "<string>", "sumsubVerificationResult": "<string>", "segmentProgress": {}, "branchId": "<string>", "platforms": [ "<string>" ], "xpBalance": 123, "doshBalance": 123, "lifeBalance": 123 } ], "total": 123 }
Fetches a list of users for the institution, optionally filtered by branchId.
Authentication token (API Key) provided by Doshi. Your server's IP address must be whitelisted to use this API. Contact [email protected] to whitelist your IPs.
A list of users.
Show child attributes