Basic User Data
The basic user data is a JSON object that contains the user information.
Structure Example
This is an example of the structure of the basic user data.
- Name
id
- Type
- integer
- Description
- The ID of the user.
- Name
name
- Type
- string
- Description
- The name of the user.
Example
{
"id": 0,
"name": "string"
}