API → UsersGet a user
hidden

Parameters

Name

Type

Req.

  • id

    string
    required

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
get
/users/{id}
$ curl "https://api.zoo.dev/users/{id}" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "block": "missing_payment_method",
  "can_train_on_data": false,
  "company": "Zex",
  "created_at": "2025-01-13T17:30:52.846Z",
  "discord": "Qi1hTgRcrX6Drr0LINoD4PQi",
  "email": "EWHp@OU.com",
  "email_verified": "2025-01-13T17:30:52.846Z",
  "first_name": "",
  "github": "r0x412GuWI",
  "id": "834364f9-8af2-42cb-b569-ed0a700e481e",
  "image": "https://6fIR87LNC.AcsWGaE0JJIZ.com/8/NZVkGdzw8",
  "is_service_account": true,
  "last_name": "eIkdFjOVYF26vwdwQsT",
  "name": "Cd2Kxe",
  "phone": "+1-918-512-5942",
  "updated_at": "2025-01-13T17:30:52.846Z"
}