Get User Information

Learn and practice how to retrieve user information from Dailymotion API.

A user account on Dailymotion represents a user object. A user can create a channel and upload their videos to it. These videos can then be grouped into playlists. The user can follow other users and like or save their videos.

In this lesson, we'll see the following endpoints of Data API related to the user object:

  • Get a list of users: {base_url}/users

  • Get a specific user: {base_url}/users/{USER_ID}

Get a list of users

This endpoint returns a list of ...