# User

| Property     | Description                         | Type   |
| ------------ | ----------------------------------- | ------ |
| id           | Unique identifier of the user       | Int    |
| address      | Blockchain address of the user      | String |
| pseudo       | Pseudonym of the user (username)    | String |
| profile\_pic | URL of the user's profile picture   | String |
| header\_pic  | URL of the user's header picture    | String |
| bio          | Description of the user             | String |
| website      | Website of the user                 | String |
| tagline      | Tagline or slogan of the user       | String |
| created      | Date when the user was created      | Date   |
| updated      | Date when the user was last updated | Date   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.certhis.io/api-object-references/user.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
