Light Logo
Users

Get a user

Retrieve a user by name.

GET
/users/{name}
AuthorizationBearer <token>

In: header

Path Parameters

nameName

The name of the user to get.

Response Body

curl -X GET "https://api.wrift.ai/v1/users/string"
{
  "urls": [
    "string"
  ],
  "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65",
  "name": "string",
  "avatar_url": "string",
  "display_name": "string",
  "bio": "string",
  "location": "string",
  "company": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}