---
title: "Create an On Demand page"
method: POST
path: "/users/{user_id}/ondemand/pages"
tags: ["On Demand\\Essentials"]
---

# Create an On Demand page

`POST /users/{user_id}/ondemand/pages`

Information about this method appears below.

## Path parameters

- `user_id` number, required

## Request body

- object
  - `accepted_currencies` 'AUD' | 'CAD' | 'CHF' | 'DKK' | 'EUR' | 'GBP' | 'JPY' | 'KRW' | 'NOK' | 'PLN' | 'SEK' | 'USD' — An array of accepted currencies. Option descriptions: * `AUD` - Australian Dollar * `CAD` - Canadian Dollar * `CHF` - Swiss Franc * `DKK` - Danish Krone * `EUR` - Euro * `GBP` - British Pound * `JPY` - Japanese Yen * `KRW` - South Korean Won * `NOK` - Norwegian Krone * `PLN` - Polish Zloty * `SEK` - Swedish Krona * `USD` - US Dollar
  - `buy` object
    - `active` boolean — Whether the Buy action is active. *Required if `rent.active` is false.
    - `download` boolean — Whether people who buy the video can download it. To use this field, `type` must be `film`.
    - `price` object
      - `AUD` number — The purchase price of this video in AUD.
      - `CAD` number — The purchase price of this video in CAD.
      - `CHF` number — The purchase price of this video in CHF.
      - `DKK` number — The purchase price of this video in DKK.
      - `EUR` number — The purchase price of this video in EUR.
      - `GBP` number — The purchase price of this video in GBP.
      - `JPY` number — The purchase price of this video in JPY.
      - `KRW` number — The purchase price of this video in KRW.
      - `NOK` number — The purchase price of this video in NOK.
      - `PLN` number — The purchase price of this video in PLN.
      - `SEK` number — The purchase price of this video in SEK.
      - `USD` number — The purchase price of this video in USD when `type` is `film`, or the purchase price of the entire collection in USD when `type` is `series`.
  - `content_rating` 'drugs' | 'language' | 'nudity' | 'safe' | 'unrated' | 'violence', required — One or more ratings, either as a comma-separated list or as a JSON array depending on the request format.
  - `description` string, required — The description of the On Demand page.
  - `domain_link` string — The custom domain of the On Demand page.
  - `episodes` object
    - `buy` object
      - `active` boolean — Whether episodes can be bought.
      - `download` boolean — Whether people who buy the episode can download it. To use this field, `type` must be `series`.
      - `price` object
        - `USD` number — The purchase price per episode. *Required if `episodes.buy.active` is true.
    - `rent` object
      - `active` boolean — Whether episodes can be rented
      - `period` '1 week' | '1 year' | '24 hour' | '3 month' | '30 day' | '48 hour' | '6 month' | '72 hour' — The period in which this episode can be rented for.
      - `price` object
        - `USD` number — The default price to rent an episode. This field is applicable only when `type` is `series`. *Required if `episodes.rent.active` is true.
  - `link` string — The custom string to use in this On Demand page's Vimeo URL.
  - `name` string, required — The name of the On Demand page.
  - `rent` object
    - `active` boolean — Whether the video can be rented. *Required if `buy.active` is false.
    - `period` '1 week' | '1 year' | '24 hour' | '3 month' | '30 day' | '48 hour' | '6 month' | '72 hour' — The period in which this can be rented for.
    - `price` object
      - `AUD` number — The rental price of this video in AUD.
      - `CAD` number — The rental price of this video in CAD.
      - `CHF` number — The rental price of this video in CHF.
      - `DKK` number — The rental price of this video in DKK.
      - `EUR` number — The rental price of this video in EUR.
      - `GBP` number — The rental price of this video in GBP.
      - `JPY` number — The rental price of this video in JPY.
      - `KRW` number — The rental price of this video in KRW.
      - `NOK` number — The rental price of this video in NOK.
      - `PLN` number — The rental price of this video in PLN.
      - `SEK` number — The rental price of this video in SEK.
      - `USD` number — The rental price of this video in USD when `type` is `film`, or the rental price of the entire collection in USD when `type` is `series`.
  - `subscription` object
    - `monthly` object
      - `active` boolean — Whether monthly subscription is active. *Required if `rent.active` and `buy.active` are false.
      - `price` object
        - `USD` number — The monthly subscription price in USD. *Required if `subscription.active` is true.
  - `type` 'film' | 'series', required — The type of On Demand page.

## Response `201`

The On Demand page was created.

- OnDemandPage
  - `background` Picture, required
    - `active` boolean, required — Whether this picture is the active picture for its parent resource.
    - `link` string — The upload URL for the picture. This field appears when you create the picture resource for the first time.
    - `resource_key` string, required — The picture's resource key string.
    - `sizes` object[], required — An array containing reference information about all available image files.
      - `height` number, nullable, required — The height of the image.
      - `link` string, required — The direct link to the image.
      - `link_with_play_button` string — The direct link to the image with a play button overlay.
      - `width` number, required — The width of the image.
    - `type` 'caution' | 'custom' | 'default', required — The type of the picture: Option descriptions: * `caution` - An image that is appropriate for all ages. * `custom` - A custom image for the video. * `default` - The default image for the video.
    - `uri` string, required — The picture's URI.
  - `colors` object, required — The primary and secondary colors used for rendering this On Demand page.
    - `primary` string, required — The hexadecimal color code for the page's primary color.
    - `secondary` string, required — The hexadecimal color code for the page's secondary color.
  - `content_rating` string[], required — An array of the page's content ratings.
  - `created_time` string — The time in ISO 8601 format when the page was created.
  - `description` string, nullable, required — The description of this On Demand page.
  - `domain_link` string, nullable, required — The link to this page on its own domain.
  - `episodes` object, required — Information about this On Demand page's episodes, if the page is for a series.
    - `buy` object, required
      - `active` boolean, required — Whether all the videos on this On Demand page can be purchased as a whole.
      - `price` number, nullable, required — The default price to buy an episode.
    - `rent` object, required
      - `active` boolean, required — Whether all the videos on this On Demand page can be rented as a whole.
      - `period` '1 day' | '1 month' | '1 week' | '1 year' | '2 day' | '24 hour' | '3 day' | '3 month' | '30 day' | '48 hour' | '6 month' | '60 day' | '7 day' | '72 hour', nullable, required — The rental period for the video: Option descriptions: * `1 day` - The rental period is one day. * `1 month` - The rental period is one month. * `1 week` - The rental period is one week. * `1 year` - The rental period is one year. * `2 day` - The rental period is two days. * `24 hour` - The rental period is 24 hours. * `3 day` - The rental period is three days. * `3 month` - The rental period is three months. * `30 day` - The rental period is 30 days. * `48 hour` - The rental period is 48 hours. * `6 month` - The rental period is six months. * `60 day` - The rental period is 60 days. * `7 day` - The rental period is 7 days. * `72 hour` - The rental period is 72 hours.
      - `price` number, nullable, required — The default price to rent an episode.
  - `film` Video
    - `categories` Category[], required — The categories to which this video belongs.
      - `icon` Picture
        - `active` boolean, required — Whether this picture is the active picture for its parent resource.
        - `link` string — The upload URL for the picture. This field appears when you create the picture resource for the first time.
        - `resource_key` string, required — The picture's resource key string.
        - `sizes` object[], required — An array containing reference information about all available image files.
          - `height` number, nullable, required — The height of the image.
          - `link` string, required — The direct link to the image.
          - `link_with_play_button` string — The direct link to the image with a play button overlay.
          - `width` number, required — The width of the image.
        - `type` 'caution' | 'custom' | 'default', required — The type of the picture: Option descriptions: * `caution` - An image that is appropriate for all ages. * `custom` - A custom image for the video. * `default` - The default image for the video.
        - `uri` string, required — The picture's URI.
      - `last_video_featured_time` string, required — The last time, in ISO 8601 format, that a video was featured.
      - `link` string, required — The URL to access the category in a browser.
      - `metadata` object, required — Metadata about the category.
        - `connections` object, required — A collection of information that is connected to this resource.
          - `channels` object, required — Information about the channels related to this category.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of channels on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `groups` object, required — Information about the groups related to this category.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of groups on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `users` object, required — Information about the users related to this category.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of users on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `videos` object, required — Information about the videos related to this category.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of videos on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
        - `interactions` object, required — The permissible actions related to the category.
          - `follow` object, required — An action indicating if the authenticated user has followed this category.
            - `added` boolean, required — Whether the authenticated user has followed this category.
            - `added_time` string, nullable, required — The time in ISO 8601 format that the user followed this category, or the null value if the user hasn't followed this category.
            - `uri` string, required — The URI for following or unfollowing this category: PUT to this URI to follow the category, or DELETE to this URI to unfollow the category.
      - `name` string, required — The display name that identifies the category.
      - `parent` object, nullable, required — The container of this category's parent category, if the current category is a subcategory.
        - `link` string, required — The URL to access the parent category in a browser.
        - `name` string, required — The display name that identifies the parent category.
        - `uri` string, required — The unique identifier to access the parent of this category resource.
      - `pictures` Picture, required
        - `active` boolean, required — Whether this picture is the active picture for its parent resource.
        - `link` string — The upload URL for the picture. This field appears when you create the picture resource for the first time.
        - `resource_key` string, required — The picture's resource key string.
        - `sizes` object[], required — An array containing reference information about all available image files.
          - `height` number, nullable, required — The height of the image.
          - `link` string, required — The direct link to the image.
          - `link_with_play_button` string — The direct link to the image with a play button overlay.
          - `width` number, required — The width of the image.
        - `type` 'caution' | 'custom' | 'default', required — The type of the picture: Option descriptions: * `caution` - An image that is appropriate for all ages. * `custom` - A custom image for the video. * `default` - The default image for the video.
        - `uri` string, required — The picture's URI.
      - `resource_key` string, required — The resource key of the category.
      - `subcategories` object[] — All the subcategories that belong to this category, if the current category is a top-level parent.
        - `link` string, required — The URL to access the subcategory in a browser.
        - `name` string, required — The display name that identifies the subcategory.
        - `uri` string, required — The unique identifier to access the subcategory resource.
      - `top_level` boolean, required — Whether the category isn't a subcategory of another category.
      - `uri` string, required — The unique identifier to access the category resource.
    - `content_rating` string[], required — The content ratings of this video.
    - `context` object, required — The context of the video's subscription, if this video is part of a subscription.
      - `action` 'Added to' | 'Appearance by' | 'Liked by' | 'Uploaded by', required — The contextual action: Option descriptions: * `Added to` - An Added To action. * `Appearance by` - An Appearance By action. * `Liked by` - A Liked By action. * `Uploaded by` - An Unloaded By action.
      - `resource` object, nullable, required — The contextual resource: a user, group, or channel representation, or an object of a tag.
      - `resource_type` string, required — The contextual resource type.
    - `created_time` string, required — The time in ISO 8601 format when the video was created.
    - `description` string, nullable, required — A brief explanation of the video's content.
    - `duration` number, required — The video's duration in seconds.
    - `embed` EmbedSettings, required
      - `buttons` object, required — A collection of information about the buttons that appear on the interface of the embeddable player.
        - `embed` boolean, required — Whether the Embed button appears in the embeddable player for this video.
        - `fullscreen` boolean, required — Whether the Fullscreen button appears in the embeddable player for this video.
        - `hd` boolean, required — Whether the HD button appears in the embeddable player for this video.
        - `like` boolean, required — Whether the Like button appears in the embeddable player for this video.
        - `scaling` boolean, required — Whether the Scaling button appears in the embeddable player for this video.
        - `share` boolean, required — Whether the Share button appears in the embeddable player for this video.
        - `watchlater` boolean, required — Whether the Watch Later button appears in the embeddable player for this video.
      - `color` string, required — The primary player color, which controls the color of the progress bar, buttons, and more.
      - `logos` object, required — A collection of information about the logo in the corner of the embeddable player.
        - `custom` object, required — A collection of information relating to custom logos in the embeddable player.
          - `active` boolean, required — Whether the custom logo appears in the embeddable player.
          - `link` string, required — The URL that loads upon clicking the custom logo.
          - `sticky` boolean, required — Whether the custom logo appears even when the player interface is hidden.
        - `vimeo` boolean, required — Whether the Vimeo logo appears in the embeddable player for this video.
      - `playbar` boolean, required — Whether the playbar appears in the embeddable player for this video.
      - `speed` boolean, required — Whether the speed controls appear in the embeddable player for this video.
      - `title` object, required — A collection of information relating to the embeddable player's title bar.
        - `name` 'hide' | 'show' | 'user', required — How the embeddable player handles the video title: Option descriptions: * `hide` - The title is hidden. * `show` - The title is shown.
        - `owner` 'hide' | 'show' | 'user', required — How the embeddable player handles the video owner's information: Option descriptions: * `hide` - The owner's information is hidden. * `show` - The owner's information is shown.
        - `portrait` 'hide' | 'show' | 'user', required — How the embeddable player handles the video owner's portrait: Option descriptions: * `hide` - The owner's portrait is hidden * `show` - The owner's portrait is shown.
      - `uri` string — The URI of the embed preset.
      - `volume` boolean, required — Whether the volume controls appear in the embeddable player for this video.
    - `height` number, required — The video's height in pixels.
    - `language` string, nullable, required — The video's primary language.
    - `last_user_action_event_date` string, nullable — The time in ISO 8601 format when the user last modified the video.
    - `license` 'by' | 'by-nc' | 'by-nc-nd' | 'by-nc-sa' | 'by-nd' | 'by-sa' | 'cc0', required — The [Creative Commons](http://creativecommons.org/licenses/) license used for the video: Option descriptions: * `by` - Attribution * `by-nc` - Attribution Non-Commercial * `by-nc-nd` - Attribution Non-Commercial No Derivatives * `by-nc-sa` - Attribution Non-Commercial Share Alike * `by-nd` - Attribution No Derivatives * `by-sa` - Attribution Share Alike * `cc0` - Public Domain Dedication
    - `link` string, required — The link to the video.
    - `metadata` object, required — The video's metadata.
      - `connections` object, required — A list of resource URIs related to the video.
        - `available_albums` object, required — Information about the albums to which this video may be added. This data requires a bearer token with the `private` scope.
          - `options` string[], required — An array of HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
          - `total` number, required — The total number of albums on this connection. This data requires a bearer token with the `private` scope.
          - `uri` string, required — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
        - `available_channels` object, required — Information about the channels to which this video may be added. This data requires a bearer token with the `private` scope.
          - `options` string[], required — An array of HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
          - `total` number, required — The total number of channels on this connection. This data requires a bearer token with the `private` scope.
          - `uri` string, required — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
        - `comments` object, required — Information about the comments on this video.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of comments on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `credits` object, nullable, required — Information about the users credited in this video.
          - `options` string[] — An array of HTTP methods permitted on this URI.
          - `total` number — The total number of users on this connection.
          - `uri` string — The API URI that resolves to the connection data.
        - `likes` object, required — Information about the users who have liked this video.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of likes on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `ondemand` object, required — Information about this video's ondemand data.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `resource_key` string, required — The On Demand connection resource key.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `pictures` object, required — Information about this video's thumbnails.
          - `options` string[], required — An array of HTTP methods allowed on this URI.
          - `total` number, required — Total number of thumbnails on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `playback` object, required — The DRM playback status connection for this video.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `recommendations` object, nullable, required — The recommendations for this video.
          - `options` string[] — An array of HTTP methods allowed on this URI.
          - `uri` string — The API URI that resolves to the connection data.
        - `related` object, nullable, required — Related content for this video.
          - `options` string[] — An array of HTTP methods allowed on this URI.
          - `uri` string — The API URI that resolves to the connection data.
        - `season` object, required — Information about the video's season.
          - `name` string, required — The name of this season.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `texttracks` object, required — Information about this video's text tracks.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of text tracks on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `trailer` object, required — Information about this video's VOD trailer.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `resource_key` string, required — The trailer connection resource key.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `users_with_access` object, required — Information about the user privacy of this video, if the video privacy is `users`.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of users on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `versions` object, required — Information about the versions of this video.
          - `current_uri` string — The URI of the current version of the video.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `resource_key` string — The resource key string of the current version of the video.
          - `total` number, required — The total number of versions on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
      - `interactions` object, required — A list of resource URIs related to the video.
        - `buy` object, nullable, required — The Buy interaction for a On Demand video.
          - `currency` string, nullable, required — The currency code for the current user's region.
          - `display_price` string, nullable, required — Formatted price to display to buy an On Demand video.
          - `download` 'available' | 'purchased' | 'restricted' | 'unavailable', required — The user's download access to this On Demand video: Option descriptions: * `available` - The video is available for download. * `purchased` - The user has purchased the video. * `restricted` - The user isn't permitted to download the video. * `unavailable` - The video isn't available for download.
          - `drm` boolean, required — Whether the video has DRM.
          - `link` string, nullable, required — The URL to buy the On Demand video on Vimeo.
          - `price` number, nullable, required — The numeric value of the price for buying the On Demand video.
          - `purchase_time` string, nullable, required — The time in ISO 8601 format when the On Demand video was purchased.
          - `stream` 'available' | 'purchased' | 'restricted' | 'unavailable', required — The user's streaming access to this On Demand video: Option descriptions: * `available` - The video is available for streaming. * `purchased` - The user has purchased the video. * `restricted` - The user isn't permitted to stream the video. * `unavailable` - The video isn't available for streaming
          - `uri` string, nullable, required — The product URI to purchase the On Demand video.
        - `channel` object, nullable, required — When a video is referenced by a channel URI, if the user is a moderator of the channel, include information about removing the video from the channel.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `like` object, required — Information about whether the authenticated user has liked this video.
          - `added` boolean, required — Whether the user has liked the video.
          - `added_time` string, required — The time in ISO 8601 format when the user liked the video.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `rent` object, nullable, required — The Rent interaction for an On Demand video.
          - `currency` string, nullable, required — The currency code for the current user's region.
          - `display_price` string, nullable, required — Formatted price to display to rent an On Demand video.
          - `drm` boolean, required — Whether the video has DRM.
          - `expires_time` string, nullable, required — The time in ISO 8601 format when the rental period for the video expires.
          - `link` string, nullable, required — The URL to rent the On Demand video on Vimeo.
          - `price` number, nullable, required — The numeric value of the price for buying the On Demand video.
          - `purchase_time` string, nullable, required — The time in ISO 8601 format when the On Demand video was rented.
          - `stream` 'available' | 'purchased' | 'restricted' | 'unavailable', required — The user's streaming access to this On Demand video: Option descriptions: * `available` - The video is available for streaming. * `purchased` - The user has purchased the video. * `restricted` - The user isn't permitted to stream the video. * `unavailable` - The video isn't available for streaming.
          - `uri` string, nullable, required — The product URI to rent the On Demand video.
        - `report` object, required — Information about where and how to report a video.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `reason` string[], required — A list of valid reasons for reporting a video.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `subscribe` object, nullable — Subscription information for an On Demand video.
          - `drm` boolean — Whether the video has DRM.
          - `expires_time` string — The time in ISO 8601 format when the subscription expires.
          - `purchase_time` string — The tine in ISO 8601 format when the subscription was purchased.
          - `stream` string — The stream type.
        - `watched` object, required — Information about removing this video from the user's list of watched videos.
          - `added` boolean, required — Whether the user has watched the video.
          - `added_time` string, required — The time in ISO 8601 format when the user watched the video.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `watchlater` object, required — Information about whether this video appears on the authenticated user's Watch Later list.
          - `added` boolean, required — Whether the user has added the video to their Watch later list.
          - `added_time` string, required — The time in ISO 8601 format when the user added the video to their Watch Later list.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `uri` string, required — The API URI that resolves to the connection data.
    - `modified_time` string, required — The time in ISO 8601 format when the video metadata was last modified.
    - `name` string, required — The video's title.
    - `parent_folder` Project
      - `created_time` string, required — The time in ISO 8601 format when the project was created.
      - `metadata` object, required — The project's metadata.
        - `connections` object, required — A list of resource URIs related to the project.
          - `videos` object, required — A standard connection object indicating how to get all the videos in this project.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of videos on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
      - `modified_time` string, required — The time in ISO 8601 format when the project was last modified.
      - `name` string, required — The name of the folder.
      - `resource_key` string, required — The resource key string of the project.
      - `uri` string, required — The URI of the project.
      - `user` User, required
        - `account` 'basic' | 'business' | 'live_business' | 'live_premium' | 'live_pro' | 'plus' | 'pro' | 'pro_unlimited' | 'producer', required — The user's account type: Option descriptions: * `basic` - The user has a Vimeo Basic subscription. * `business` - The user has a Vimeo Business subscription. * `live_business` - The user has a Vimeo Business Live subscription. * `live_premium` - The user has a Vimeo Premium subscription. * `live_pro` - The user has a Vimeo PRO Live subscription. * `plus` - The user has a Vimeo Plus subscription. * `pro` - The user has a Vimeo Pro subscription. * `pro_unlimited` - The user has a Vimeo PRO Unlimited subscription. * `producer` - The user has a Vimeo Producer subscription.
        - `bio` string, nullable, required — The user's bio.
        - `content_filter` string[] — The user's content filters: Option descriptions: * `drugs` - Drugs or alcohol use. * `language` - Profanity or sexually suggestive content. * `nudity` - Nudity. * `safe` - Suitable for all audiences. * `unrated` - No rating. * `violence` - Violent or graphic content.
        - `created_time` string, required — The time in ISO 8601 format when the user account was created.
        - `email` string — The user's email address. This data requires a bearer token with the `email` scope.
        - `link` string, required — The absolute URL of this user's profile page.
        - `location` string, nullable, required — The user's location.
        - `metadata` object, required — The user's metadata.
          - `connections` object, required — The list of resource URIs related to the user.
            - `albums` object, required — Information about the albums created by this user.
              - …
            - `appearances` object, required — Information about the appearances of this user in other videos.
              - …
            - `block` object, required — Information on the users that the current user has blocked. This data requires a bearer token with the `private` scope.
              - …
            - `categories` object, required — Information about this user's followed categories.
              - …
            - `channels` object, required — Information about this user's subscribed channels.
              - …
            - `feed` object, required — Information about this user's feed.
              - …
            - `folders` object, required — Information about this user's folders.
              - …
            - `followers` object, required — Information about the user's followers.
              - …
            - `following` object, required — Information about the users that the current user is following.
              - …
            - `groups` object, required — Information about the groups created by this user.
              - …
            - `likes` object, required — Information about the videos that this user has liked.
              - …
            - `moderated_channels` object, required — Information about the channels that this user moderates.
              - …
            - `pictures` object, required — Information about this user's portraits.
              - …
            - `portfolios` object, required — Information about this user's portfolios.
              - …
            - `recommended_channels` object, required — A collection of recommended channels for the current user to follow. This data requires a bearer token with the `private` scope.
              - …
            - `recommended_users` object, required — A Collection of recommended users for the current user to follow. This data requires a bearer token with the `private` scope.
              - …
            - `shared` object, required — Information about the videos that have been shared with this user.
              - …
            - `videos` object, required — Information about the videos uploaded by this user.
              - …
            - `watched_videos` object, required — Information about the videos that this user has watched.
              - …
            - `watchlater` object, required — Information about the videos that this user wants to watch later.
              - …
          - `interactions` object, required
            - `add_privacy_user` object
              - …
            - `block` object, required — Information related to the block status of this user.
              - …
            - `follow` object, required — Information related to the followed status of this user.
              - …
            - `report` object, required — Information regarding where and how to report a user.
              - …
        - `name` string, required — The user's display name.
        - `pictures` Picture, required
          - `active` boolean, required — Whether this picture is the active picture for its parent resource.
          - `link` string — The upload URL for the picture. This field appears when you create the picture resource for the first time.
          - `resource_key` string, required — The picture's resource key string.
          - `sizes` object[], required — An array containing reference information about all available image files.
            - `height` number, nullable, required — The height of the image.
            - `link` string, required — The direct link to the image.
            - `link_with_play_button` string — The direct link to the image with a play button overlay.
            - `width` number, required — The width of the image.
          - `type` 'caution' | 'custom' | 'default', required — The type of the picture: Option descriptions: * `caution` - An image that is appropriate for all ages. * `custom` - A custom image for the video. * `default` - The default image for the video.
          - `uri` string, required — The picture's URI.
        - `preferences` object
          - `videos` object
            - `privacy` object
              - …
        - `resource_key` string, required — The user's resource key string.
        - `upload_quota` object, required — Appears only when the user has upload access and is looking at their own user record.
          - `lifetime` object, required — Information about the user's lifetime upload usage.
            - `free` number, nullable, required — The number of bytes remaining in your lifetime maximum.
            - `max` number, nullable, required — The total number of bytes that you can upload across the lifetime of your account.
            - `used` number, nullable, required — The number of bytes that you've already uploaded against your lifetime limit.
          - `periodic` object, required — Information about the user's usage for the current period.
            - `free` number, nullable, required — The number of bytes remaining in your upload quota for the current period.
            - `max` number, nullable, required — The total number of bytes that you can upload per period.
            - `reset_date` string, nullable, required — The time in ISO 8601 format when your upload quota resets.
            - `used` number, nullable, required — The number of bytes that you've already uploaded against your quota in the current period.
          - `space` object, required — Information about the user's upload space remaining for the current period.
            - `free` number, required — The number of bytes remaining in your upload quota.
            - `max` number, nullable, required — The maximum number of bytes allotted to your upload quota.
            - `showing` 'lifetime' | 'periodic', required — Whether the values of the upload_quota.space fields are for the lifetime quota or the periodic quota.
            - `used` number, required — The number of bytes that you've already uploaded against your quota.
        - `uri` string, required — The user's canonical relative URI.
        - `websites` object[], required — The user's websites.
          - `description` string, nullable, required — The website's description.
          - `link` string, required — The URL of the website.
          - `name` string, nullable, required — The name of the website.
    - `password` string — The privacy-enabled password to watch this video. Only users can see their own video passwords. This data requires a bearer token with the `private` scope.
    - `pictures` Picture, required
      - `active` boolean, required — Whether this picture is the active picture for its parent resource.
      - `link` string — The upload URL for the picture. This field appears when you create the picture resource for the first time.
      - `resource_key` string, required — The picture's resource key string.
      - `sizes` object[], required — An array containing reference information about all available image files.
        - `height` number, nullable, required — The height of the image.
        - `link` string, required — The direct link to the image.
        - `link_with_play_button` string — The direct link to the image with a play button overlay.
        - `width` number, required — The width of the image.
      - `type` 'caution' | 'custom' | 'default', required — The type of the picture: Option descriptions: * `caution` - An image that is appropriate for all ages. * `custom` - A custom image for the video. * `default` - The default image for the video.
      - `uri` string, required — The picture's URI.
    - `privacy` object, required — The video's privacy setting.
      - `add` boolean, required — Whether the video can be added to collections.
      - `comments` 'anybody' | 'contacts' | 'nobody', required — Who can comment on the video: Option descriptions: * `anybody` - Anyone can comment on the video. * `contacts` - Only contacts can comment on the video. * `nobody` - No one can comment on the video.
      - `download` boolean, required — The video's download permission setting.
      - `embed` 'private' | 'public', required — The video's embed permission setting: Option descriptions: * `private` - The video is private. * `public` - Anyone can embed the video.
      - `view` 'anybody' | 'contacts' | 'disable' | 'nobody' | 'password' | 'unlisted' | 'users', required — The general privacy setting for the video: Option descriptions: * `anybody` - Anyone can view the video. * `contacts` - Only contacts can view the video. * `disable` - Hide from vimeo * `nobody` - No one besides the owner can view the video. * `password` - Anyone with the video's password can view the video. * `unlisted` - Not searchable from vimeo.com * `users` - Only people with a Vimeo account can view the video.
    - `release_time` string, required — The time in ISO 8601 format when the video was released.
    - `resource_key` string, required — The resource key string of the video.
    - `spatial` object, required — 360 spatial data.
      - `director_timeline` object[], required — 360 director timeline.
        - `pitch` number — The director timeline pitch, from -90 (minimum) to 90 (maximum).
        - `roll` number — The director timeline roll.
        - `time_code` number — The director timeline time code.
        - `yaw` number — The director timeline yaw, from 0 (minimum) to 360 (maximum).
      - `field_of_view` number, nullable, required — The 360 field of view, from 30 (minimum) to 90 (maximum). The default is 50.
      - `projection` 'cubical' | 'cylindrical' | 'dome' | 'equirectangular' | 'pyramid', nullable, required — The 360 spatial projection: Option descriptions: * `cubical` - The spatial projection is cubical. * `cylindrical` - The spatial projection is cylindrical. * `dome` - The spatial projection is dome-shaped. * `equirectangular` - The spatial projection is equirectangular. * `pyramid` - The spatial projection is pyramid-shaped.
      - `stereo_format` 'left-right' | 'mono' | 'top-bottom', nullable, required — The 360 stereo format: Option descriptions: * `left-right` - The stereo format is left-right. * `mono` - The audio is monaural. * `top-bottom` - The stereo format is top-bottom.
    - `stats` object, required — A collection of stats associated with this video.
      - `plays` number, nullable, required — The current total number of times that the video has been played.
    - `status` 'available' | 'quota_exceeded' | 'total_cap_exceeded' | 'transcode_starting' | 'transcoding' | 'transcoding_error' | 'unavailable' | 'uploading' | 'uploading_error', nullable, required — The status code for the availability of the video. This field is deprecated in favor of `upload` and `transcode`. Option descriptions: * `available` - The video is available. * `quota_exceeded` - The user's quota is exceeded with this video. * `total_cap_exceeded` - The user has exceeded their total cap with this video. * `transcode_starting` - Transcoding is beginning for the video. * `transcoding` - Transcoding is underway for the video. * `transcoding_error` - There was an error in transcoding the video. * `unavailable` - The video is unavailable. * `uploading` - The video is being uploaded. * `uploading_error` - There was an error in uploading the video.
    - `tags` Tag[], required — An array of all tags assigned to this video.
      - `canonical` string, required — The normalized canonical tag name.
      - `metadata` object, required — Metadata about the group.
        - `connections` object, required — A collection of information that is connected to this resource.
          - `videos` object, required — Information about the videos related to this tag.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of videos on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
      - `name` string, required — The tag value.
      - `resource_key` string, required — The tag's resource key string.
      - `uri` string, required — The canonical relative URI of the tag.
    - `transcode` object, nullable, required — The transcode information for a video upload.
      - `status` 'complete' | 'error' | 'in_progress' — Status code for this video's availability.
    - `type` 'live' | 'stock' | 'video', required — The type of the video. Option descriptions: * `live` - The video is or was a live event. * `stock` - The video is a Vimeo Stock video. * `video` - The video is a standard Vimeo video.
    - `upload` object, nullable, required — The upload information for this video.
      - `approach` 'post' | 'pull' | 'streaming' | 'tus' — The approach for uploading the video.
      - `complete_uri` string — The URI for completing the upload.
      - `form` string — The HTML form for uploading a video through the post approach.
      - `link` string — The link of the video to capture through the pull approach.
      - `redirect_url` string — The redirect URL for the upload app.
      - `size` number — The file size in bytes of the uploaded video.
      - `status` 'complete' | 'error' | 'in_progress', required — The status code for the availability of the uploaded video: Option descriptions: * `complete` - The upload is complete. * `error` - The upload ended with an error. * `in_progress` - The upload is underway.
      - `upload_link` string — The link for sending video file data.
    - `uri` string, required — The video's canonical relative URI.
    - `user` User, required
      - `account` 'basic' | 'business' | 'live_business' | 'live_premium' | 'live_pro' | 'plus' | 'pro' | 'pro_unlimited' | 'producer', required — The user's account type: Option descriptions: * `basic` - The user has a Vimeo Basic subscription. * `business` - The user has a Vimeo Business subscription. * `live_business` - The user has a Vimeo Business Live subscription. * `live_premium` - The user has a Vimeo Premium subscription. * `live_pro` - The user has a Vimeo PRO Live subscription. * `plus` - The user has a Vimeo Plus subscription. * `pro` - The user has a Vimeo Pro subscription. * `pro_unlimited` - The user has a Vimeo PRO Unlimited subscription. * `producer` - The user has a Vimeo Producer subscription.
      - `bio` string, nullable, required — The user's bio.
      - `content_filter` string[] — The user's content filters: Option descriptions: * `drugs` - Drugs or alcohol use. * `language` - Profanity or sexually suggestive content. * `nudity` - Nudity. * `safe` - Suitable for all audiences. * `unrated` - No rating. * `violence` - Violent or graphic content.
      - `created_time` string, required — The time in ISO 8601 format when the user account was created.
      - `email` string — The user's email address. This data requires a bearer token with the `email` scope.
      - `link` string, required — The absolute URL of this user's profile page.
      - `location` string, nullable, required — The user's location.
      - `metadata` object, required — The user's metadata.
        - `connections` object, required — The list of resource URIs related to the user.
          - `albums` object, required — Information about the albums created by this user.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of albums on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `appearances` object, required — Information about the appearances of this user in other videos.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of appearances on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `block` object, required — Information on the users that the current user has blocked. This data requires a bearer token with the `private` scope.
            - `options` string[], required — An array of HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
            - `total` number, required — The total number of blocked users on this connection. This data requires a bearer token with the `private` scope.
            - `uri` string, required — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
          - `categories` object, required — Information about this user's followed categories.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of categories on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `channels` object, required — Information about this user's subscribed channels.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of channels on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `feed` object, required — Information about this user's feed.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `folders` object, required — Information about this user's folders.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of folders on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `followers` object, required — Information about the user's followers.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of followers on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `following` object, required — Information about the users that the current user is following.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of users on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `groups` object, required — Information about the groups created by this user.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of groups on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `likes` object, required — Information about the videos that this user has liked.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of likes on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `moderated_channels` object, required — Information about the channels that this user moderates.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of channels on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `pictures` object, required — Information about this user's portraits.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of pictures on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `portfolios` object, required — Information about this user's portfolios.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of portfolios on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `recommended_channels` object, required — A collection of recommended channels for the current user to follow. This data requires a bearer token with the `private` scope.
            - `options` string[], required — An array of HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
            - `total` number, required — The total number of channels on this connection. This data requires a bearer token with the `private` scope.
            - `uri` string, required — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
          - `recommended_users` object, required — A Collection of recommended users for the current user to follow. This data requires a bearer token with the `private` scope.
            - `options` string[], required — An array of HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
            - `total` number, required — The total number of users on this connection. This data requires a bearer token with the `private` scope.
            - `uri` string, required — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
          - `shared` object, required — Information about the videos that have been shared with this user.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of videos on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `videos` object, required — Information about the videos uploaded by this user.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of videos on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `watched_videos` object, required — Information about the videos that this user has watched.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of videos on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `watchlater` object, required — Information about the videos that this user wants to watch later.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of videos on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
        - `interactions` object, required
          - `add_privacy_user` object
            - `options` string[] — An array of the HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
            - `uri` string — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
          - `block` object, required — Information related to the block status of this user.
            - `added` boolean, required — Whether a user is blocking the current user.
            - `added_time` string, nullable, required — The time in ISO 8601 format when the block occurred, or the null value if no block exists.
            - `options` string[], required — An array of the HTTP methods permitted on this URI.
            - `uri` string, required — The URI to block or unblock the user.
          - `follow` object, required — Information related to the followed status of this user.
            - `added` boolean, required — Whether a user is following the current user.
            - `options` string[], required — An array of the HTTP methods permitted on this URI.
            - `uri` string, required — The URI to follow the user.
          - `report` object, required — Information regarding where and how to report a user.
            - `options` string[], required — An array of the HTTP methods permitted on this URI.
            - `reason` string[], required — List of valid reasons for reporting a video.
            - `uri` string, required — The API URI that resolves to the connection data.
      - `name` string, required — The user's display name.
      - `pictures` Picture, required
        - `active` boolean, required — Whether this picture is the active picture for its parent resource.
        - `link` string — The upload URL for the picture. This field appears when you create the picture resource for the first time.
        - `resource_key` string, required — The picture's resource key string.
        - `sizes` object[], required — An array containing reference information about all available image files.
          - `height` number, nullable, required — The height of the image.
          - `link` string, required — The direct link to the image.
          - `link_with_play_button` string — The direct link to the image with a play button overlay.
          - `width` number, required — The width of the image.
        - `type` 'caution' | 'custom' | 'default', required — The type of the picture: Option descriptions: * `caution` - An image that is appropriate for all ages. * `custom` - A custom image for the video. * `default` - The default image for the video.
        - `uri` string, required — The picture's URI.
      - `preferences` object
        - `videos` object
          - `privacy` object
            - `add` boolean — Whether other users can add the user's videos.
            - `comments` 'anybody' | 'contacts' | 'nobody' — The user's privacy preference for comments: Option descriptions: * `anybody` - Anyone can comment on the user's videos. * `contacts` - Only contacts can comment on the user's videos. * `nobody` - No one can comment on the user's videos.
            - `download` boolean — Whether other users can download the user's videos.
            - `embed` 'private' | 'public' | 'whitelist' — The user's privacy preference for embeds: Option descriptions: * `private` - Only the user can embed their own videos. * `public` - Anyone can embed the user's videos. * `whitelist` - Only those on the whitelist can embed the user's videos.
            - `view` 'anybody' | 'contacts' | 'disable' | 'nobody' | 'password' | 'unlisted' | 'users' — The user's privacy preference for views: Option descriptions: * `anybody` - Anyone can view the user's videos. * `contacts` - Only contacts can view the user's videos. * `disable` - Views are disabled for the user's videos. * `nobody` - No one except the user can view the user's videos. * `password` - Only those with the password can view the user's videos. * `unlisted` - Anybody can view the user's videos if they have a link. * `users` - Only other Vimeo members can view the user's videos.
      - `resource_key` string, required — The user's resource key string.
      - `upload_quota` object, required — Appears only when the user has upload access and is looking at their own user record.
        - `lifetime` object, required — Information about the user's lifetime upload usage.
          - `free` number, nullable, required — The number of bytes remaining in your lifetime maximum.
          - `max` number, nullable, required — The total number of bytes that you can upload across the lifetime of your account.
          - `used` number, nullable, required — The number of bytes that you've already uploaded against your lifetime limit.
        - `periodic` object, required — Information about the user's usage for the current period.
          - `free` number, nullable, required — The number of bytes remaining in your upload quota for the current period.
          - `max` number, nullable, required — The total number of bytes that you can upload per period.
          - `reset_date` string, nullable, required — The time in ISO 8601 format when your upload quota resets.
          - `used` number, nullable, required — The number of bytes that you've already uploaded against your quota in the current period.
        - `space` object, required — Information about the user's upload space remaining for the current period.
          - `free` number, required — The number of bytes remaining in your upload quota.
          - `max` number, nullable, required — The maximum number of bytes allotted to your upload quota.
          - `showing` 'lifetime' | 'periodic', required — Whether the values of the upload_quota.space fields are for the lifetime quota or the periodic quota.
          - `used` number, required — The number of bytes that you've already uploaded against your quota.
      - `uri` string, required — The user's canonical relative URI.
      - `websites` object[], required — The user's websites.
        - `description` string, nullable, required — The website's description.
        - `link` string, required — The URL of the website.
        - `name` string, nullable, required — The name of the website.
    - `width` number, required — The video's width in pixels.
  - `genres` OnDemandGenre[], required — All the genres assigned to this page.
    - `canonical` string, required — The canonical name or URL slug of the genre.
    - `interactions` object, required
      - `page` object, required — Interactions for On Demand pages that are in this genre.
        - `added` boolean, required — Whether this On Demand genre was added.
        - `options` string[], required — An array of HTTP methods permitted on this URI.
        - `uri` string, required — The URI to access the On Demand page.
    - `link` string, required — The Vimeo URL for this genre.
    - `metadata` object, required
      - `connections` object, required — A collection of information connected to this resource.
        - `pages` object, required — Information about the On Demand pages related to this group.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `uri` string, required — The API URI that resolves to the connection data.
    - `name` string, required — The descriptive name of the genre.
    - `uri` string, required — The relative URI of the On Demand genre.
  - `link` string, required — The link to the page on Vimeo.
  - `metadata` object, required — Metadata about the On Demand page.
    - `connections` object, required — A collection of information that is connected to this resource, including videos, genres, and pictures connections.
      - `metadata` object, required
        - `connections` object, required
          - `comments` object, required — Information about the comments associated with this page.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of comments on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `genres` object, required — Information about the genres associated with this page.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of genres on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `likes` object, required — Information about the likes associated with this page.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of likes on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `pictures` object, required — Information about the pictures associated with this page.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of pictures on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `seasons` object, required — Information about the seasons associated with this page.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of seasons on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `videos` object, required — Information about the videos associated with this page.
            - `extra_total` number, required — The total number of extra videos.
            - `main_total` number, required — The total number of main videos.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of videos on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
            - `viewable_total` number, required — The total number of viewable videos.
    - `interactions` PurchaseInteraction, required
      - `buy` object, nullable — Information on purchasing this video.
        - `drm` boolean — Whether the On Demand video for purchase has DRM.
      - `rent` object, nullable — Information on renting this video.
      - `subscribe` object, nullable — Information on subscribing to this video.
        - `drm` boolean — Whether the On Demand subscription has DRM.
        - `expires_time` string, nullable — The time in ISO 8601 format when the On Demand video will expire.
        - `link` string, nullable — The URL to purchase this On Demand subscription on Vimeo.
        - `purchase_time` string, nullable — The time in ISO 8601 format when the On Demand was purchased.
        - `stream` 'available' | 'purchased' | 'restricted' | 'unavailable' — The user's streaming access to this On Demand subscription: Option descriptions: * `available` - The On Demand subscription is available for streaming. * `purchased` - The On Demand subscription has been purchased. * `restricted` - Streaming for the On Demand subscription is restricted. * `unavailable` - The On Demand subscription is unavailable.
        - `uri` string, nullable — The On Demand subscription's product URI.
  - `modified_time` string — he time in ISO 8601 format when the page was last modified.
  - `name` string, required — A descriptive title of this On Demand page.
  - `pictures` Picture, required
    - `active` boolean, required — Whether this picture is the active picture for its parent resource.
    - `link` string — The upload URL for the picture. This field appears when you create the picture resource for the first time.
    - `resource_key` string, required — The picture's resource key string.
    - `sizes` object[], required — An array containing reference information about all available image files.
      - `height` number, nullable, required — The height of the image.
      - `link` string, required — The direct link to the image.
      - `link_with_play_button` string — The direct link to the image with a play button overlay.
      - `width` number, required — The width of the image.
    - `type` 'caution' | 'custom' | 'default', required — The type of the picture: Option descriptions: * `caution` - An image that is appropriate for all ages. * `custom` - A custom image for the video. * `default` - The default image for the video.
    - `uri` string, required — The picture's URI.
  - `preorder` object, required
    - `active` boolean, required — Whether this page is available for preorder.
    - `cancel_time` string, required — The time in ISO 8601 format when the preorder was cancelled.
    - `publish_time` string, required — The time in ISO 8601 format when the preorder was released to the public.
    - `time` string, required — The time in ISO 8601 format when the preorder started.
  - `published` object, required
    - `enabled` boolean, required — Whether this On Demand page has been published.
    - `time` string, required — The time in IS 8601 format when this page was published.
  - `rating` number, nullable, required — The rating of this page.
  - `resource_key` string, required — The VOD resource key.
  - `sku` string, nullable — The creator-designated SKU for this On Demand page.
  - `subscription` object, nullable, required — Information about subscribing to this On Demand page, if enabled.
    - `active` boolean, required — Whether this product is active.
    - `link` string, nullable, required — The link to this product on Vimeo.
    - `period` string — The product's rental period.
    - `price` object, required — The accepted currencies and respective pricing for this product.
  - `theme` string, required — The graphical theme for this On Demand page.
  - `thumbnail` Picture, required
    - `active` boolean, required — Whether this picture is the active picture for its parent resource.
    - `link` string — The upload URL for the picture. This field appears when you create the picture resource for the first time.
    - `resource_key` string, required — The picture's resource key string.
    - `sizes` object[], required — An array containing reference information about all available image files.
      - `height` number, nullable, required — The height of the image.
      - `link` string, required — The direct link to the image.
      - `link_with_play_button` string — The direct link to the image with a play button overlay.
      - `width` number, required — The width of the image.
    - `type` 'caution' | 'custom' | 'default', required — The type of the picture: Option descriptions: * `caution` - An image that is appropriate for all ages. * `custom` - A custom image for the video. * `default` - The default image for the video.
    - `uri` string, required — The picture's URI.
  - `trailer` Video, required
    - `categories` Category[], required — The categories to which this video belongs.
      - `icon` Picture
        - `active` boolean, required — Whether this picture is the active picture for its parent resource.
        - `link` string — The upload URL for the picture. This field appears when you create the picture resource for the first time.
        - `resource_key` string, required — The picture's resource key string.
        - `sizes` object[], required — An array containing reference information about all available image files.
          - `height` number, nullable, required — The height of the image.
          - `link` string, required — The direct link to the image.
          - `link_with_play_button` string — The direct link to the image with a play button overlay.
          - `width` number, required — The width of the image.
        - `type` 'caution' | 'custom' | 'default', required — The type of the picture: Option descriptions: * `caution` - An image that is appropriate for all ages. * `custom` - A custom image for the video. * `default` - The default image for the video.
        - `uri` string, required — The picture's URI.
      - `last_video_featured_time` string, required — The last time, in ISO 8601 format, that a video was featured.
      - `link` string, required — The URL to access the category in a browser.
      - `metadata` object, required — Metadata about the category.
        - `connections` object, required — A collection of information that is connected to this resource.
          - `channels` object, required — Information about the channels related to this category.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of channels on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `groups` object, required — Information about the groups related to this category.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of groups on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `users` object, required — Information about the users related to this category.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of users on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `videos` object, required — Information about the videos related to this category.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of videos on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
        - `interactions` object, required — The permissible actions related to the category.
          - `follow` object, required — An action indicating if the authenticated user has followed this category.
            - `added` boolean, required — Whether the authenticated user has followed this category.
            - `added_time` string, nullable, required — The time in ISO 8601 format that the user followed this category, or the null value if the user hasn't followed this category.
            - `uri` string, required — The URI for following or unfollowing this category: PUT to this URI to follow the category, or DELETE to this URI to unfollow the category.
      - `name` string, required — The display name that identifies the category.
      - `parent` object, nullable, required — The container of this category's parent category, if the current category is a subcategory.
        - `link` string, required — The URL to access the parent category in a browser.
        - `name` string, required — The display name that identifies the parent category.
        - `uri` string, required — The unique identifier to access the parent of this category resource.
      - `pictures` Picture, required
        - `active` boolean, required — Whether this picture is the active picture for its parent resource.
        - `link` string — The upload URL for the picture. This field appears when you create the picture resource for the first time.
        - `resource_key` string, required — The picture's resource key string.
        - `sizes` object[], required — An array containing reference information about all available image files.
          - `height` number, nullable, required — The height of the image.
          - `link` string, required — The direct link to the image.
          - `link_with_play_button` string — The direct link to the image with a play button overlay.
          - `width` number, required — The width of the image.
        - `type` 'caution' | 'custom' | 'default', required — The type of the picture: Option descriptions: * `caution` - An image that is appropriate for all ages. * `custom` - A custom image for the video. * `default` - The default image for the video.
        - `uri` string, required — The picture's URI.
      - `resource_key` string, required — The resource key of the category.
      - `subcategories` object[] — All the subcategories that belong to this category, if the current category is a top-level parent.
        - `link` string, required — The URL to access the subcategory in a browser.
        - `name` string, required — The display name that identifies the subcategory.
        - `uri` string, required — The unique identifier to access the subcategory resource.
      - `top_level` boolean, required — Whether the category isn't a subcategory of another category.
      - `uri` string, required — The unique identifier to access the category resource.
    - `content_rating` string[], required — The content ratings of this video.
    - `context` object, required — The context of the video's subscription, if this video is part of a subscription.
      - `action` 'Added to' | 'Appearance by' | 'Liked by' | 'Uploaded by', required — The contextual action: Option descriptions: * `Added to` - An Added To action. * `Appearance by` - An Appearance By action. * `Liked by` - A Liked By action. * `Uploaded by` - An Unloaded By action.
      - `resource` object, nullable, required — The contextual resource: a user, group, or channel representation, or an object of a tag.
      - `resource_type` string, required — The contextual resource type.
    - `created_time` string, required — The time in ISO 8601 format when the video was created.
    - `description` string, nullable, required — A brief explanation of the video's content.
    - `duration` number, required — The video's duration in seconds.
    - `embed` EmbedSettings, required
      - `buttons` object, required — A collection of information about the buttons that appear on the interface of the embeddable player.
        - `embed` boolean, required — Whether the Embed button appears in the embeddable player for this video.
        - `fullscreen` boolean, required — Whether the Fullscreen button appears in the embeddable player for this video.
        - `hd` boolean, required — Whether the HD button appears in the embeddable player for this video.
        - `like` boolean, required — Whether the Like button appears in the embeddable player for this video.
        - `scaling` boolean, required — Whether the Scaling button appears in the embeddable player for this video.
        - `share` boolean, required — Whether the Share button appears in the embeddable player for this video.
        - `watchlater` boolean, required — Whether the Watch Later button appears in the embeddable player for this video.
      - `color` string, required — The primary player color, which controls the color of the progress bar, buttons, and more.
      - `logos` object, required — A collection of information about the logo in the corner of the embeddable player.
        - `custom` object, required — A collection of information relating to custom logos in the embeddable player.
          - `active` boolean, required — Whether the custom logo appears in the embeddable player.
          - `link` string, required — The URL that loads upon clicking the custom logo.
          - `sticky` boolean, required — Whether the custom logo appears even when the player interface is hidden.
        - `vimeo` boolean, required — Whether the Vimeo logo appears in the embeddable player for this video.
      - `playbar` boolean, required — Whether the playbar appears in the embeddable player for this video.
      - `speed` boolean, required — Whether the speed controls appear in the embeddable player for this video.
      - `title` object, required — A collection of information relating to the embeddable player's title bar.
        - `name` 'hide' | 'show' | 'user', required — How the embeddable player handles the video title: Option descriptions: * `hide` - The title is hidden. * `show` - The title is shown.
        - `owner` 'hide' | 'show' | 'user', required — How the embeddable player handles the video owner's information: Option descriptions: * `hide` - The owner's information is hidden. * `show` - The owner's information is shown.
        - `portrait` 'hide' | 'show' | 'user', required — How the embeddable player handles the video owner's portrait: Option descriptions: * `hide` - The owner's portrait is hidden * `show` - The owner's portrait is shown.
      - `uri` string — The URI of the embed preset.
      - `volume` boolean, required — Whether the volume controls appear in the embeddable player for this video.
    - `height` number, required — The video's height in pixels.
    - `language` string, nullable, required — The video's primary language.
    - `last_user_action_event_date` string, nullable — The time in ISO 8601 format when the user last modified the video.
    - `license` 'by' | 'by-nc' | 'by-nc-nd' | 'by-nc-sa' | 'by-nd' | 'by-sa' | 'cc0', required — The [Creative Commons](http://creativecommons.org/licenses/) license used for the video: Option descriptions: * `by` - Attribution * `by-nc` - Attribution Non-Commercial * `by-nc-nd` - Attribution Non-Commercial No Derivatives * `by-nc-sa` - Attribution Non-Commercial Share Alike * `by-nd` - Attribution No Derivatives * `by-sa` - Attribution Share Alike * `cc0` - Public Domain Dedication
    - `link` string, required — The link to the video.
    - `metadata` object, required — The video's metadata.
      - `connections` object, required — A list of resource URIs related to the video.
        - `available_albums` object, required — Information about the albums to which this video may be added. This data requires a bearer token with the `private` scope.
          - `options` string[], required — An array of HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
          - `total` number, required — The total number of albums on this connection. This data requires a bearer token with the `private` scope.
          - `uri` string, required — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
        - `available_channels` object, required — Information about the channels to which this video may be added. This data requires a bearer token with the `private` scope.
          - `options` string[], required — An array of HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
          - `total` number, required — The total number of channels on this connection. This data requires a bearer token with the `private` scope.
          - `uri` string, required — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
        - `comments` object, required — Information about the comments on this video.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of comments on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `credits` object, nullable, required — Information about the users credited in this video.
          - `options` string[] — An array of HTTP methods permitted on this URI.
          - `total` number — The total number of users on this connection.
          - `uri` string — The API URI that resolves to the connection data.
        - `likes` object, required — Information about the users who have liked this video.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of likes on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `ondemand` object, required — Information about this video's ondemand data.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `resource_key` string, required — The On Demand connection resource key.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `pictures` object, required — Information about this video's thumbnails.
          - `options` string[], required — An array of HTTP methods allowed on this URI.
          - `total` number, required — Total number of thumbnails on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `playback` object, required — The DRM playback status connection for this video.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `recommendations` object, nullable, required — The recommendations for this video.
          - `options` string[] — An array of HTTP methods allowed on this URI.
          - `uri` string — The API URI that resolves to the connection data.
        - `related` object, nullable, required — Related content for this video.
          - `options` string[] — An array of HTTP methods allowed on this URI.
          - `uri` string — The API URI that resolves to the connection data.
        - `season` object, required — Information about the video's season.
          - `name` string, required — The name of this season.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `texttracks` object, required — Information about this video's text tracks.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of text tracks on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `trailer` object, required — Information about this video's VOD trailer.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `resource_key` string, required — The trailer connection resource key.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `users_with_access` object, required — Information about the user privacy of this video, if the video privacy is `users`.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of users on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `versions` object, required — Information about the versions of this video.
          - `current_uri` string — The URI of the current version of the video.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `resource_key` string — The resource key string of the current version of the video.
          - `total` number, required — The total number of versions on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
      - `interactions` object, required — A list of resource URIs related to the video.
        - `buy` object, nullable, required — The Buy interaction for a On Demand video.
          - `currency` string, nullable, required — The currency code for the current user's region.
          - `display_price` string, nullable, required — Formatted price to display to buy an On Demand video.
          - `download` 'available' | 'purchased' | 'restricted' | 'unavailable', required — The user's download access to this On Demand video: Option descriptions: * `available` - The video is available for download. * `purchased` - The user has purchased the video. * `restricted` - The user isn't permitted to download the video. * `unavailable` - The video isn't available for download.
          - `drm` boolean, required — Whether the video has DRM.
          - `link` string, nullable, required — The URL to buy the On Demand video on Vimeo.
          - `price` number, nullable, required — The numeric value of the price for buying the On Demand video.
          - `purchase_time` string, nullable, required — The time in ISO 8601 format when the On Demand video was purchased.
          - `stream` 'available' | 'purchased' | 'restricted' | 'unavailable', required — The user's streaming access to this On Demand video: Option descriptions: * `available` - The video is available for streaming. * `purchased` - The user has purchased the video. * `restricted` - The user isn't permitted to stream the video. * `unavailable` - The video isn't available for streaming
          - `uri` string, nullable, required — The product URI to purchase the On Demand video.
        - `channel` object, nullable, required — When a video is referenced by a channel URI, if the user is a moderator of the channel, include information about removing the video from the channel.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `like` object, required — Information about whether the authenticated user has liked this video.
          - `added` boolean, required — Whether the user has liked the video.
          - `added_time` string, required — The time in ISO 8601 format when the user liked the video.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `rent` object, nullable, required — The Rent interaction for an On Demand video.
          - `currency` string, nullable, required — The currency code for the current user's region.
          - `display_price` string, nullable, required — Formatted price to display to rent an On Demand video.
          - `drm` boolean, required — Whether the video has DRM.
          - `expires_time` string, nullable, required — The time in ISO 8601 format when the rental period for the video expires.
          - `link` string, nullable, required — The URL to rent the On Demand video on Vimeo.
          - `price` number, nullable, required — The numeric value of the price for buying the On Demand video.
          - `purchase_time` string, nullable, required — The time in ISO 8601 format when the On Demand video was rented.
          - `stream` 'available' | 'purchased' | 'restricted' | 'unavailable', required — The user's streaming access to this On Demand video: Option descriptions: * `available` - The video is available for streaming. * `purchased` - The user has purchased the video. * `restricted` - The user isn't permitted to stream the video. * `unavailable` - The video isn't available for streaming.
          - `uri` string, nullable, required — The product URI to rent the On Demand video.
        - `report` object, required — Information about where and how to report a video.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `reason` string[], required — A list of valid reasons for reporting a video.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `subscribe` object, nullable — Subscription information for an On Demand video.
          - `drm` boolean — Whether the video has DRM.
          - `expires_time` string — The time in ISO 8601 format when the subscription expires.
          - `purchase_time` string — The tine in ISO 8601 format when the subscription was purchased.
          - `stream` string — The stream type.
        - `watched` object, required — Information about removing this video from the user's list of watched videos.
          - `added` boolean, required — Whether the user has watched the video.
          - `added_time` string, required — The time in ISO 8601 format when the user watched the video.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `watchlater` object, required — Information about whether this video appears on the authenticated user's Watch Later list.
          - `added` boolean, required — Whether the user has added the video to their Watch later list.
          - `added_time` string, required — The time in ISO 8601 format when the user added the video to their Watch Later list.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `uri` string, required — The API URI that resolves to the connection data.
    - `modified_time` string, required — The time in ISO 8601 format when the video metadata was last modified.
    - `name` string, required — The video's title.
    - `parent_folder` Project
      - `created_time` string, required — The time in ISO 8601 format when the project was created.
      - `metadata` object, required — The project's metadata.
        - `connections` object, required — A list of resource URIs related to the project.
          - `videos` object, required — A standard connection object indicating how to get all the videos in this project.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of videos on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
      - `modified_time` string, required — The time in ISO 8601 format when the project was last modified.
      - `name` string, required — The name of the folder.
      - `resource_key` string, required — The resource key string of the project.
      - `uri` string, required — The URI of the project.
      - `user` User, required
        - `account` 'basic' | 'business' | 'live_business' | 'live_premium' | 'live_pro' | 'plus' | 'pro' | 'pro_unlimited' | 'producer', required — The user's account type: Option descriptions: * `basic` - The user has a Vimeo Basic subscription. * `business` - The user has a Vimeo Business subscription. * `live_business` - The user has a Vimeo Business Live subscription. * `live_premium` - The user has a Vimeo Premium subscription. * `live_pro` - The user has a Vimeo PRO Live subscription. * `plus` - The user has a Vimeo Plus subscription. * `pro` - The user has a Vimeo Pro subscription. * `pro_unlimited` - The user has a Vimeo PRO Unlimited subscription. * `producer` - The user has a Vimeo Producer subscription.
        - `bio` string, nullable, required — The user's bio.
        - `content_filter` string[] — The user's content filters: Option descriptions: * `drugs` - Drugs or alcohol use. * `language` - Profanity or sexually suggestive content. * `nudity` - Nudity. * `safe` - Suitable for all audiences. * `unrated` - No rating. * `violence` - Violent or graphic content.
        - `created_time` string, required — The time in ISO 8601 format when the user account was created.
        - `email` string — The user's email address. This data requires a bearer token with the `email` scope.
        - `link` string, required — The absolute URL of this user's profile page.
        - `location` string, nullable, required — The user's location.
        - `metadata` object, required — The user's metadata.
          - `connections` object, required — The list of resource URIs related to the user.
            - `albums` object, required — Information about the albums created by this user.
              - …
            - `appearances` object, required — Information about the appearances of this user in other videos.
              - …
            - `block` object, required — Information on the users that the current user has blocked. This data requires a bearer token with the `private` scope.
              - …
            - `categories` object, required — Information about this user's followed categories.
              - …
            - `channels` object, required — Information about this user's subscribed channels.
              - …
            - `feed` object, required — Information about this user's feed.
              - …
            - `folders` object, required — Information about this user's folders.
              - …
            - `followers` object, required — Information about the user's followers.
              - …
            - `following` object, required — Information about the users that the current user is following.
              - …
            - `groups` object, required — Information about the groups created by this user.
              - …
            - `likes` object, required — Information about the videos that this user has liked.
              - …
            - `moderated_channels` object, required — Information about the channels that this user moderates.
              - …
            - `pictures` object, required — Information about this user's portraits.
              - …
            - `portfolios` object, required — Information about this user's portfolios.
              - …
            - `recommended_channels` object, required — A collection of recommended channels for the current user to follow. This data requires a bearer token with the `private` scope.
              - …
            - `recommended_users` object, required — A Collection of recommended users for the current user to follow. This data requires a bearer token with the `private` scope.
              - …
            - `shared` object, required — Information about the videos that have been shared with this user.
              - …
            - `videos` object, required — Information about the videos uploaded by this user.
              - …
            - `watched_videos` object, required — Information about the videos that this user has watched.
              - …
            - `watchlater` object, required — Information about the videos that this user wants to watch later.
              - …
          - `interactions` object, required
            - `add_privacy_user` object
              - …
            - `block` object, required — Information related to the block status of this user.
              - …
            - `follow` object, required — Information related to the followed status of this user.
              - …
            - `report` object, required — Information regarding where and how to report a user.
              - …
        - `name` string, required — The user's display name.
        - `pictures` Picture, required
          - `active` boolean, required — Whether this picture is the active picture for its parent resource.
          - `link` string — The upload URL for the picture. This field appears when you create the picture resource for the first time.
          - `resource_key` string, required — The picture's resource key string.
          - `sizes` object[], required — An array containing reference information about all available image files.
            - `height` number, nullable, required — The height of the image.
            - `link` string, required — The direct link to the image.
            - `link_with_play_button` string — The direct link to the image with a play button overlay.
            - `width` number, required — The width of the image.
          - `type` 'caution' | 'custom' | 'default', required — The type of the picture: Option descriptions: * `caution` - An image that is appropriate for all ages. * `custom` - A custom image for the video. * `default` - The default image for the video.
          - `uri` string, required — The picture's URI.
        - `preferences` object
          - `videos` object
            - `privacy` object
              - …
        - `resource_key` string, required — The user's resource key string.
        - `upload_quota` object, required — Appears only when the user has upload access and is looking at their own user record.
          - `lifetime` object, required — Information about the user's lifetime upload usage.
            - `free` number, nullable, required — The number of bytes remaining in your lifetime maximum.
            - `max` number, nullable, required — The total number of bytes that you can upload across the lifetime of your account.
            - `used` number, nullable, required — The number of bytes that you've already uploaded against your lifetime limit.
          - `periodic` object, required — Information about the user's usage for the current period.
            - `free` number, nullable, required — The number of bytes remaining in your upload quota for the current period.
            - `max` number, nullable, required — The total number of bytes that you can upload per period.
            - `reset_date` string, nullable, required — The time in ISO 8601 format when your upload quota resets.
            - `used` number, nullable, required — The number of bytes that you've already uploaded against your quota in the current period.
          - `space` object, required — Information about the user's upload space remaining for the current period.
            - `free` number, required — The number of bytes remaining in your upload quota.
            - `max` number, nullable, required — The maximum number of bytes allotted to your upload quota.
            - `showing` 'lifetime' | 'periodic', required — Whether the values of the upload_quota.space fields are for the lifetime quota or the periodic quota.
            - `used` number, required — The number of bytes that you've already uploaded against your quota.
        - `uri` string, required — The user's canonical relative URI.
        - `websites` object[], required — The user's websites.
          - `description` string, nullable, required — The website's description.
          - `link` string, required — The URL of the website.
          - `name` string, nullable, required — The name of the website.
    - `password` string — The privacy-enabled password to watch this video. Only users can see their own video passwords. This data requires a bearer token with the `private` scope.
    - `pictures` Picture, required
      - `active` boolean, required — Whether this picture is the active picture for its parent resource.
      - `link` string — The upload URL for the picture. This field appears when you create the picture resource for the first time.
      - `resource_key` string, required — The picture's resource key string.
      - `sizes` object[], required — An array containing reference information about all available image files.
        - `height` number, nullable, required — The height of the image.
        - `link` string, required — The direct link to the image.
        - `link_with_play_button` string — The direct link to the image with a play button overlay.
        - `width` number, required — The width of the image.
      - `type` 'caution' | 'custom' | 'default', required — The type of the picture: Option descriptions: * `caution` - An image that is appropriate for all ages. * `custom` - A custom image for the video. * `default` - The default image for the video.
      - `uri` string, required — The picture's URI.
    - `privacy` object, required — The video's privacy setting.
      - `add` boolean, required — Whether the video can be added to collections.
      - `comments` 'anybody' | 'contacts' | 'nobody', required — Who can comment on the video: Option descriptions: * `anybody` - Anyone can comment on the video. * `contacts` - Only contacts can comment on the video. * `nobody` - No one can comment on the video.
      - `download` boolean, required — The video's download permission setting.
      - `embed` 'private' | 'public', required — The video's embed permission setting: Option descriptions: * `private` - The video is private. * `public` - Anyone can embed the video.
      - `view` 'anybody' | 'contacts' | 'disable' | 'nobody' | 'password' | 'unlisted' | 'users', required — The general privacy setting for the video: Option descriptions: * `anybody` - Anyone can view the video. * `contacts` - Only contacts can view the video. * `disable` - Hide from vimeo * `nobody` - No one besides the owner can view the video. * `password` - Anyone with the video's password can view the video. * `unlisted` - Not searchable from vimeo.com * `users` - Only people with a Vimeo account can view the video.
    - `release_time` string, required — The time in ISO 8601 format when the video was released.
    - `resource_key` string, required — The resource key string of the video.
    - `spatial` object, required — 360 spatial data.
      - `director_timeline` object[], required — 360 director timeline.
        - `pitch` number — The director timeline pitch, from -90 (minimum) to 90 (maximum).
        - `roll` number — The director timeline roll.
        - `time_code` number — The director timeline time code.
        - `yaw` number — The director timeline yaw, from 0 (minimum) to 360 (maximum).
      - `field_of_view` number, nullable, required — The 360 field of view, from 30 (minimum) to 90 (maximum). The default is 50.
      - `projection` 'cubical' | 'cylindrical' | 'dome' | 'equirectangular' | 'pyramid', nullable, required — The 360 spatial projection: Option descriptions: * `cubical` - The spatial projection is cubical. * `cylindrical` - The spatial projection is cylindrical. * `dome` - The spatial projection is dome-shaped. * `equirectangular` - The spatial projection is equirectangular. * `pyramid` - The spatial projection is pyramid-shaped.
      - `stereo_format` 'left-right' | 'mono' | 'top-bottom', nullable, required — The 360 stereo format: Option descriptions: * `left-right` - The stereo format is left-right. * `mono` - The audio is monaural. * `top-bottom` - The stereo format is top-bottom.
    - `stats` object, required — A collection of stats associated with this video.
      - `plays` number, nullable, required — The current total number of times that the video has been played.
    - `status` 'available' | 'quota_exceeded' | 'total_cap_exceeded' | 'transcode_starting' | 'transcoding' | 'transcoding_error' | 'unavailable' | 'uploading' | 'uploading_error', nullable, required — The status code for the availability of the video. This field is deprecated in favor of `upload` and `transcode`. Option descriptions: * `available` - The video is available. * `quota_exceeded` - The user's quota is exceeded with this video. * `total_cap_exceeded` - The user has exceeded their total cap with this video. * `transcode_starting` - Transcoding is beginning for the video. * `transcoding` - Transcoding is underway for the video. * `transcoding_error` - There was an error in transcoding the video. * `unavailable` - The video is unavailable. * `uploading` - The video is being uploaded. * `uploading_error` - There was an error in uploading the video.
    - `tags` Tag[], required — An array of all tags assigned to this video.
      - `canonical` string, required — The normalized canonical tag name.
      - `metadata` object, required — Metadata about the group.
        - `connections` object, required — A collection of information that is connected to this resource.
          - `videos` object, required — Information about the videos related to this tag.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of videos on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
      - `name` string, required — The tag value.
      - `resource_key` string, required — The tag's resource key string.
      - `uri` string, required — The canonical relative URI of the tag.
    - `transcode` object, nullable, required — The transcode information for a video upload.
      - `status` 'complete' | 'error' | 'in_progress' — Status code for this video's availability.
    - `type` 'live' | 'stock' | 'video', required — The type of the video. Option descriptions: * `live` - The video is or was a live event. * `stock` - The video is a Vimeo Stock video. * `video` - The video is a standard Vimeo video.
    - `upload` object, nullable, required — The upload information for this video.
      - `approach` 'post' | 'pull' | 'streaming' | 'tus' — The approach for uploading the video.
      - `complete_uri` string — The URI for completing the upload.
      - `form` string — The HTML form for uploading a video through the post approach.
      - `link` string — The link of the video to capture through the pull approach.
      - `redirect_url` string — The redirect URL for the upload app.
      - `size` number — The file size in bytes of the uploaded video.
      - `status` 'complete' | 'error' | 'in_progress', required — The status code for the availability of the uploaded video: Option descriptions: * `complete` - The upload is complete. * `error` - The upload ended with an error. * `in_progress` - The upload is underway.
      - `upload_link` string — The link for sending video file data.
    - `uri` string, required — The video's canonical relative URI.
    - `user` User, required
      - `account` 'basic' | 'business' | 'live_business' | 'live_premium' | 'live_pro' | 'plus' | 'pro' | 'pro_unlimited' | 'producer', required — The user's account type: Option descriptions: * `basic` - The user has a Vimeo Basic subscription. * `business` - The user has a Vimeo Business subscription. * `live_business` - The user has a Vimeo Business Live subscription. * `live_premium` - The user has a Vimeo Premium subscription. * `live_pro` - The user has a Vimeo PRO Live subscription. * `plus` - The user has a Vimeo Plus subscription. * `pro` - The user has a Vimeo Pro subscription. * `pro_unlimited` - The user has a Vimeo PRO Unlimited subscription. * `producer` - The user has a Vimeo Producer subscription.
      - `bio` string, nullable, required — The user's bio.
      - `content_filter` string[] — The user's content filters: Option descriptions: * `drugs` - Drugs or alcohol use. * `language` - Profanity or sexually suggestive content. * `nudity` - Nudity. * `safe` - Suitable for all audiences. * `unrated` - No rating. * `violence` - Violent or graphic content.
      - `created_time` string, required — The time in ISO 8601 format when the user account was created.
      - `email` string — The user's email address. This data requires a bearer token with the `email` scope.
      - `link` string, required — The absolute URL of this user's profile page.
      - `location` string, nullable, required — The user's location.
      - `metadata` object, required — The user's metadata.
        - `connections` object, required — The list of resource URIs related to the user.
          - `albums` object, required — Information about the albums created by this user.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of albums on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `appearances` object, required — Information about the appearances of this user in other videos.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of appearances on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `block` object, required — Information on the users that the current user has blocked. This data requires a bearer token with the `private` scope.
            - `options` string[], required — An array of HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
            - `total` number, required — The total number of blocked users on this connection. This data requires a bearer token with the `private` scope.
            - `uri` string, required — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
          - `categories` object, required — Information about this user's followed categories.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of categories on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `channels` object, required — Information about this user's subscribed channels.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of channels on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `feed` object, required — Information about this user's feed.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `folders` object, required — Information about this user's folders.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of folders on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `followers` object, required — Information about the user's followers.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of followers on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `following` object, required — Information about the users that the current user is following.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of users on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `groups` object, required — Information about the groups created by this user.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of groups on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `likes` object, required — Information about the videos that this user has liked.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of likes on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `moderated_channels` object, required — Information about the channels that this user moderates.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of channels on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `pictures` object, required — Information about this user's portraits.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of pictures on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `portfolios` object, required — Information about this user's portfolios.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of portfolios on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `recommended_channels` object, required — A collection of recommended channels for the current user to follow. This data requires a bearer token with the `private` scope.
            - `options` string[], required — An array of HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
            - `total` number, required — The total number of channels on this connection. This data requires a bearer token with the `private` scope.
            - `uri` string, required — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
          - `recommended_users` object, required — A Collection of recommended users for the current user to follow. This data requires a bearer token with the `private` scope.
            - `options` string[], required — An array of HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
            - `total` number, required — The total number of users on this connection. This data requires a bearer token with the `private` scope.
            - `uri` string, required — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
          - `shared` object, required — Information about the videos that have been shared with this user.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of videos on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `videos` object, required — Information about the videos uploaded by this user.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of videos on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `watched_videos` object, required — Information about the videos that this user has watched.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of videos on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
          - `watchlater` object, required — Information about the videos that this user wants to watch later.
            - `options` string[], required — An array of HTTP methods permitted on this URI.
            - `total` number, required — The total number of videos on this connection.
            - `uri` string, required — The API URI that resolves to the connection data.
        - `interactions` object, required
          - `add_privacy_user` object
            - `options` string[] — An array of the HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
            - `uri` string — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
          - `block` object, required — Information related to the block status of this user.
            - `added` boolean, required — Whether a user is blocking the current user.
            - `added_time` string, nullable, required — The time in ISO 8601 format when the block occurred, or the null value if no block exists.
            - `options` string[], required — An array of the HTTP methods permitted on this URI.
            - `uri` string, required — The URI to block or unblock the user.
          - `follow` object, required — Information related to the followed status of this user.
            - `added` boolean, required — Whether a user is following the current user.
            - `options` string[], required — An array of the HTTP methods permitted on this URI.
            - `uri` string, required — The URI to follow the user.
          - `report` object, required — Information regarding where and how to report a user.
            - `options` string[], required — An array of the HTTP methods permitted on this URI.
            - `reason` string[], required — List of valid reasons for reporting a video.
            - `uri` string, required — The API URI that resolves to the connection data.
      - `name` string, required — The user's display name.
      - `pictures` Picture, required
        - `active` boolean, required — Whether this picture is the active picture for its parent resource.
        - `link` string — The upload URL for the picture. This field appears when you create the picture resource for the first time.
        - `resource_key` string, required — The picture's resource key string.
        - `sizes` object[], required — An array containing reference information about all available image files.
          - `height` number, nullable, required — The height of the image.
          - `link` string, required — The direct link to the image.
          - `link_with_play_button` string — The direct link to the image with a play button overlay.
          - `width` number, required — The width of the image.
        - `type` 'caution' | 'custom' | 'default', required — The type of the picture: Option descriptions: * `caution` - An image that is appropriate for all ages. * `custom` - A custom image for the video. * `default` - The default image for the video.
        - `uri` string, required — The picture's URI.
      - `preferences` object
        - `videos` object
          - `privacy` object
            - `add` boolean — Whether other users can add the user's videos.
            - `comments` 'anybody' | 'contacts' | 'nobody' — The user's privacy preference for comments: Option descriptions: * `anybody` - Anyone can comment on the user's videos. * `contacts` - Only contacts can comment on the user's videos. * `nobody` - No one can comment on the user's videos.
            - `download` boolean — Whether other users can download the user's videos.
            - `embed` 'private' | 'public' | 'whitelist' — The user's privacy preference for embeds: Option descriptions: * `private` - Only the user can embed their own videos. * `public` - Anyone can embed the user's videos. * `whitelist` - Only those on the whitelist can embed the user's videos.
            - `view` 'anybody' | 'contacts' | 'disable' | 'nobody' | 'password' | 'unlisted' | 'users' — The user's privacy preference for views: Option descriptions: * `anybody` - Anyone can view the user's videos. * `contacts` - Only contacts can view the user's videos. * `disable` - Views are disabled for the user's videos. * `nobody` - No one except the user can view the user's videos. * `password` - Only those with the password can view the user's videos. * `unlisted` - Anybody can view the user's videos if they have a link. * `users` - Only other Vimeo members can view the user's videos.
      - `resource_key` string, required — The user's resource key string.
      - `upload_quota` object, required — Appears only when the user has upload access and is looking at their own user record.
        - `lifetime` object, required — Information about the user's lifetime upload usage.
          - `free` number, nullable, required — The number of bytes remaining in your lifetime maximum.
          - `max` number, nullable, required — The total number of bytes that you can upload across the lifetime of your account.
          - `used` number, nullable, required — The number of bytes that you've already uploaded against your lifetime limit.
        - `periodic` object, required — Information about the user's usage for the current period.
          - `free` number, nullable, required — The number of bytes remaining in your upload quota for the current period.
          - `max` number, nullable, required — The total number of bytes that you can upload per period.
          - `reset_date` string, nullable, required — The time in ISO 8601 format when your upload quota resets.
          - `used` number, nullable, required — The number of bytes that you've already uploaded against your quota in the current period.
        - `space` object, required — Information about the user's upload space remaining for the current period.
          - `free` number, required — The number of bytes remaining in your upload quota.
          - `max` number, nullable, required — The maximum number of bytes allotted to your upload quota.
          - `showing` 'lifetime' | 'periodic', required — Whether the values of the upload_quota.space fields are for the lifetime quota or the periodic quota.
          - `used` number, required — The number of bytes that you've already uploaded against your quota.
      - `uri` string, required — The user's canonical relative URI.
      - `websites` object[], required — The user's websites.
        - `description` string, nullable, required — The website's description.
        - `link` string, required — The URL of the website.
        - `name` string, nullable, required — The name of the website.
    - `width` number, required — The video's width in pixels.
  - `type` 'film' | 'series', required — Whether this On Demand page is for a film or a series. Option descriptions: * `film` - The On Demand page is for a film. * `series` - The On Demand page is for a series.
  - `uri` string, required — The relative URI of the On Demand page.
  - `user` User, required
    - `account` 'basic' | 'business' | 'live_business' | 'live_premium' | 'live_pro' | 'plus' | 'pro' | 'pro_unlimited' | 'producer', required — The user's account type: Option descriptions: * `basic` - The user has a Vimeo Basic subscription. * `business` - The user has a Vimeo Business subscription. * `live_business` - The user has a Vimeo Business Live subscription. * `live_premium` - The user has a Vimeo Premium subscription. * `live_pro` - The user has a Vimeo PRO Live subscription. * `plus` - The user has a Vimeo Plus subscription. * `pro` - The user has a Vimeo Pro subscription. * `pro_unlimited` - The user has a Vimeo PRO Unlimited subscription. * `producer` - The user has a Vimeo Producer subscription.
    - `bio` string, nullable, required — The user's bio.
    - `content_filter` string[] — The user's content filters: Option descriptions: * `drugs` - Drugs or alcohol use. * `language` - Profanity or sexually suggestive content. * `nudity` - Nudity. * `safe` - Suitable for all audiences. * `unrated` - No rating. * `violence` - Violent or graphic content.
    - `created_time` string, required — The time in ISO 8601 format when the user account was created.
    - `email` string — The user's email address. This data requires a bearer token with the `email` scope.
    - `link` string, required — The absolute URL of this user's profile page.
    - `location` string, nullable, required — The user's location.
    - `metadata` object, required — The user's metadata.
      - `connections` object, required — The list of resource URIs related to the user.
        - `albums` object, required — Information about the albums created by this user.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of albums on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `appearances` object, required — Information about the appearances of this user in other videos.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of appearances on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `block` object, required — Information on the users that the current user has blocked. This data requires a bearer token with the `private` scope.
          - `options` string[], required — An array of HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
          - `total` number, required — The total number of blocked users on this connection. This data requires a bearer token with the `private` scope.
          - `uri` string, required — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
        - `categories` object, required — Information about this user's followed categories.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of categories on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `channels` object, required — Information about this user's subscribed channels.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of channels on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `feed` object, required — Information about this user's feed.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `folders` object, required — Information about this user's folders.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of folders on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `followers` object, required — Information about the user's followers.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of followers on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `following` object, required — Information about the users that the current user is following.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of users on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `groups` object, required — Information about the groups created by this user.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of groups on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `likes` object, required — Information about the videos that this user has liked.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of likes on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `moderated_channels` object, required — Information about the channels that this user moderates.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of channels on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `pictures` object, required — Information about this user's portraits.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of pictures on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `portfolios` object, required — Information about this user's portfolios.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of portfolios on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `recommended_channels` object, required — A collection of recommended channels for the current user to follow. This data requires a bearer token with the `private` scope.
          - `options` string[], required — An array of HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
          - `total` number, required — The total number of channels on this connection. This data requires a bearer token with the `private` scope.
          - `uri` string, required — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
        - `recommended_users` object, required — A Collection of recommended users for the current user to follow. This data requires a bearer token with the `private` scope.
          - `options` string[], required — An array of HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
          - `total` number, required — The total number of users on this connection. This data requires a bearer token with the `private` scope.
          - `uri` string, required — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
        - `shared` object, required — Information about the videos that have been shared with this user.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of videos on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `videos` object, required — Information about the videos uploaded by this user.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of videos on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `watched_videos` object, required — Information about the videos that this user has watched.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of videos on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
        - `watchlater` object, required — Information about the videos that this user wants to watch later.
          - `options` string[], required — An array of HTTP methods permitted on this URI.
          - `total` number, required — The total number of videos on this connection.
          - `uri` string, required — The API URI that resolves to the connection data.
      - `interactions` object, required
        - `add_privacy_user` object
          - `options` string[] — An array of the HTTP methods permitted on this URI. This data requires a bearer token with the `private` scope.
          - `uri` string — The API URI that resolves to the connection data. This data requires a bearer token with the `private` scope.
        - `block` object, required — Information related to the block status of this user.
          - `added` boolean, required — Whether a user is blocking the current user.
          - `added_time` string, nullable, required — The time in ISO 8601 format when the block occurred, or the null value if no block exists.
          - `options` string[], required — An array of the HTTP methods permitted on this URI.
          - `uri` string, required — The URI to block or unblock the user.
        - `follow` object, required — Information related to the followed status of this user.
          - `added` boolean, required — Whether a user is following the current user.
          - `options` string[], required — An array of the HTTP methods permitted on this URI.
          - `uri` string, required — The URI to follow the user.
        - `report` object, required — Information regarding where and how to report a user.
          - `options` string[], required — An array of the HTTP methods permitted on this URI.
          - `reason` string[], required — List of valid reasons for reporting a video.
          - `uri` string, required — The API URI that resolves to the connection data.
    - `name` string, required — The user's display name.
    - `pictures` Picture, required
      - `active` boolean, required — Whether this picture is the active picture for its parent resource.
      - `link` string — The upload URL for the picture. This field appears when you create the picture resource for the first time.
      - `resource_key` string, required — The picture's resource key string.
      - `sizes` object[], required — An array containing reference information about all available image files.
        - `height` number, nullable, required — The height of the image.
        - `link` string, required — The direct link to the image.
        - `link_with_play_button` string — The direct link to the image with a play button overlay.
        - `width` number, required — The width of the image.
      - `type` 'caution' | 'custom' | 'default', required — The type of the picture: Option descriptions: * `caution` - An image that is appropriate for all ages. * `custom` - A custom image for the video. * `default` - The default image for the video.
      - `uri` string, required — The picture's URI.
    - `preferences` object
      - `videos` object
        - `privacy` object
          - `add` boolean — Whether other users can add the user's videos.
          - `comments` 'anybody' | 'contacts' | 'nobody' — The user's privacy preference for comments: Option descriptions: * `anybody` - Anyone can comment on the user's videos. * `contacts` - Only contacts can comment on the user's videos. * `nobody` - No one can comment on the user's videos.
          - `download` boolean — Whether other users can download the user's videos.
          - `embed` 'private' | 'public' | 'whitelist' — The user's privacy preference for embeds: Option descriptions: * `private` - Only the user can embed their own videos. * `public` - Anyone can embed the user's videos. * `whitelist` - Only those on the whitelist can embed the user's videos.
          - `view` 'anybody' | 'contacts' | 'disable' | 'nobody' | 'password' | 'unlisted' | 'users' — The user's privacy preference for views: Option descriptions: * `anybody` - Anyone can view the user's videos. * `contacts` - Only contacts can view the user's videos. * `disable` - Views are disabled for the user's videos. * `nobody` - No one except the user can view the user's videos. * `password` - Only those with the password can view the user's videos. * `unlisted` - Anybody can view the user's videos if they have a link. * `users` - Only other Vimeo members can view the user's videos.
    - `resource_key` string, required — The user's resource key string.
    - `upload_quota` object, required — Appears only when the user has upload access and is looking at their own user record.
      - `lifetime` object, required — Information about the user's lifetime upload usage.
        - `free` number, nullable, required — The number of bytes remaining in your lifetime maximum.
        - `max` number, nullable, required — The total number of bytes that you can upload across the lifetime of your account.
        - `used` number, nullable, required — The number of bytes that you've already uploaded against your lifetime limit.
      - `periodic` object, required — Information about the user's usage for the current period.
        - `free` number, nullable, required — The number of bytes remaining in your upload quota for the current period.
        - `max` number, nullable, required — The total number of bytes that you can upload per period.
        - `reset_date` string, nullable, required — The time in ISO 8601 format when your upload quota resets.
        - `used` number, nullable, required — The number of bytes that you've already uploaded against your quota in the current period.
      - `space` object, required — Information about the user's upload space remaining for the current period.
        - `free` number, required — The number of bytes remaining in your upload quota.
        - `max` number, nullable, required — The maximum number of bytes allotted to your upload quota.
        - `showing` 'lifetime' | 'periodic', required — Whether the values of the upload_quota.space fields are for the lifetime quota or the periodic quota.
        - `used` number, required — The number of bytes that you've already uploaded against your quota.
    - `uri` string, required — The user's canonical relative URI.
    - `websites` object[], required — The user's websites.
      - `description` string, nullable, required — The website's description.
      - `link` string, required — The URL of the website.
      - `name` string, nullable, required — The name of the website.

---

[API](https://skmtc.net/vimeo/apis/vimeo-api.md) · [All operations](https://skmtc.net/vimeo/apis/vimeo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vimeo/vimeo-api/revisions/ea882e0224a4/schema)
