User
This object represents a user in 3dverse. This object contains group and task information about the user. The user object lets you create or update user tokens that identify the user on the 3dverse platform.
registered_atstring<date-time>required
The user registration date
user_idstring<uuid>required
User unique identifier
usernamestringrequired
Used only for debug purposes
Possible values: non-empty
Example:
John-Mitchell
User
{
"registered_at": "2024-07-29T15:51:28.071Z",
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"username": "John-Mitchell"
}