Skip to main content
GET
/
client
/
users
Get Users
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
}

Authorizations

Authorization
string
header
required

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.

Query Parameters

branchId
string

Response

A list of users.

users
object[]
required
total
integer
required