APIUsersList users
hidden

Parameters

Name

Type

Req.

  • limit

    integer
    optional
  • page_token

    string
    optional
  • sort_by

    string
    required
    Possible values
    • created_at_ascending:  Sort in increasing order of "created_at".
    • created_at_descending:  Sort in decreasing order of "created_at".

Returns

get
/users
$ curl "https://api.zoo.dev/users" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "items": [
    {
      "block": "payment_method_failed",
      "can_train_on_data": true,
      "company": "ZwhKb3b",
      "created_at": "2025-05-10T20:13:23.642Z",
      "deletion_scheduled": true,
      "discord": "92W1c6tNFJClC",
      "email": "@pB2l.com",
      "email_verified": "2025-05-10T20:13:23.642Z",
      "first_name": "euuXluawgKjdG50TZ0jJPXtzYe",
      "github": "wX4jEfPiQPituc",
      "id": "324c1c0f-2857-4cdf-80f7-17742eafee95",
      "image": "https://LVZ.DGQr3Wm.com/rO0/K2GyISizlmo",
      "is_service_account": true,
      "last_name": "NT5i7HzNL125msXTUy",
      "name": "iOx1hJY97dcsowU9MjL",
      "phone": "+1-338-155-1907",
      "updated_at": "2025-05-10T20:13:23.642Z"
    }
  ],
  "next_page": "kzgDGeLD"
}