visual-chronicle

user resource

Base 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.

Resource Properties

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

Operations

The user resource supports these operations.

READ (GET)

CREATE (POST)

UPDATE (PUT/PATCH)

DELETE