DeepFellow DOCS

Retrieve user

Get detailed information about a user.

GET
/admin/user/{user_id}
AuthorizationBearer <token>

In: header

Path Parameters

user_idUser Id

The ID of the user.

Match^[0-9a-fA-F]{24}$

Response Body

curl -X GET "https://loading/admin/user/5eb7cf5a86d9755df3a6c593"
{
  "id": "5eb7cf5a86d9755df3a6c593",
  "email": "string",
  "is_admin": true,
  "status": "active",
  "default_organization_id": "5eb7cf5a86d9755df3a6c593",
  "created_at": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.