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": "RD",
  "created_at": "2024-07-27T01:16:29.574Z",
  "discord": "yn",
  "email": "oqVwVUXOJp@.com",
  "email_verified": "2024-07-27T01:16:29.574Z",
  "first_name": "DnMSsVY0",
  "github": "aF326wNg",
  "id": "b803ce92-036e-4a3f-8fe7-01451f4b1986",
  "image": "https://QQxry72p.lXjot.com/pS/3VvheM4e8vKv",
  "is_service_account": false,
  "last_name": "xOCsjWuIngC6rSjf7W1GivViEe",
  "name": "e99v",
  "phone": "+1-461-250-3021",
  "updated_at": "2024-07-27T01:16:29.574Z"
}