> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UserSchema

# UserSchema

## Properties

| Name                   | Type     | Description | Notes |
| ---------------------- | -------- | ----------- | ----- |
| **uuid**               | **str**  |             |       |
| **username**           | **str**  |             |       |
| **email**              | **str**  |             |       |
| **is\_staff**          | **bool** |             |       |
| **waitlist**           | **bool** |             |       |
| **waitlist\_position** | **int**  |             |       |
| **banned**             | **bool** |             |       |
| **first\_name**        | **str**  |             |       |
| **last\_name**         | **str**  |             |       |
| **full\_name**         | **str**  |             |       |
| **profile\_picture**   | **str**  |             |       |


Built with [Mintlify](https://mintlify.com).