User
A MinChat user is a person who uses your app or website. they are represented as a JSON object.
Minchat is designed to prioritize the idea that user data belongs to the user, and we only keep it in order to provide an efficient chat service. This means that: MinChat only collects the data necessary for its functionality, and nothing more.
Field | Type | state | Description |
---|---|---|---|
|
| required | Unique username of the user in your database. |
|
| required | Name of the user.
Example: |
|
| optional | the avatar of the user. A Jpeg, png or webp file, with maximum size of 25mb or a url to an image file |
|
| optional | an optional key value pair for any additional user information such as email, age, or |
|
| - | shows the date and time when the user was last |
Last updated