Fields:
| Field Name | Type | Required | Description |
|---|---|---|---|
| id | string, number | Yes | Unique identifier for the user. |
| string | Yes | Email address of the user. Must be valid. | |
| full_name | string, null | No | Full name of the user. |
Description of fields:
id:
A unique identifier of the user, which is used to map and track the user within our system.
email:
The user's email address, which must be a valid email format. This is used for communication and identification.
full_name:
The complete name of the user, used for display purposes.
JSON schema: