TurboFiles

The User Object

A user represents your personal user account that you use to log into TurboFiles.

Attributes
email
The email address of the user.
name
The name of the user.
created_at
The time the user was created.
updated_at
The time the user was last updated.
{
  "type": "users",
  "id": "908342394032",
  "attributes": {
    "email": "admin@turbofiles.io",
    "name": "TurboFiles",
    "created_at": "2023-01-04T00:00:00.000000Z",
    "updated_at": "2023-01-05T00:00:00.000000Z"
  }
}