user
resourceBase endpoint:
{server_url}/users
Contains information about the users of the service.
To have a watch history in the service, the user must be registered to the service first.
Sample user
resource
{
"id": 1,
"name": "Alice Johnson",
"email": "alice@example.com"
}
Property name | Type | Description |
---|---|---|
id |
number | The user’s unique record ID |
name |
string | The user’s name |
email |
string | The user’s email address |
The user
resource supports these operations.