Vimeo.Users

Provides access to the /users endpoints of the Vimeo API v3.

Summary

Functions

Get info on an Album

Check if an Album contains a video

Get the list of videos in an Album

Get a list of a user’s Albums

Get all videos that a user appears in

Check if a user follows a Channel

Get a list of the Channels a user follows

Remove a portrait from your portrait list

Get a list of the videos in a user feed

Get a list of the user’s followers

Get a list of the users that a user is following

Check if a user follows another user

Check if a user joined a Group

Get a list of the Groups a user has joined

Get a user

Check if a user likes a video

Get a list of videos that a user likes

Check if a user has a portrait

Get a list of this user’s portrait images

Search for users

Unlike a video

Unsubscribe from a Channel

Edit a single user

Check if a user owns a clip

Get a list of videos uploaded by a user

Functions

add_album_video(user_id, album_id, video_id)

Add a video to an Album.

album(user_id, album_id)

Get info on an Album.

album_video?(user_id, album_id, video_id)

Check if an Album contains a video.

album_videos(user_id, album_id)

Get the list of videos in an Album.

albums(user_id, params \\ %{})

Get a list of a user’s Albums.

appearances(user_id, params \\ %{})

Get all videos that a user appears in.

channel?(user_id, channel_id)

Check if a user follows a Channel.

channels(user_id, params \\ %{})

Get a list of the Channels a user follows.

create_album(user_id, params)

Create an Album.

delete_album(user_id, album_id)

Delete an Album.

delete_picture(user_id, picture_id)

Remove a portrait from your portrait list.

feed(user_id, params \\ %{})

Get a list of the videos in a user feed.

follow(user_id, follow_user_id)

Follow a user.

followers(user_id, params \\ %{})

Get a list of the user’s followers.

following(user_id, params \\ %{})

Get a list of the users that a user is following.

following?(user_id, follow_user_id)

Check if a user follows another user.

group?(user_id, group_id)

Check if a user joined a Group.

groups(user_id, params \\ %{})

Get a list of the Groups a user has joined.

info(user_id)

Get a user.

join_group(user_id, group_id)

Join a Group.

leave_group(user_id, group_id)

Leave a Group.

like(user_id, video_id)

Like a video.

like?(user_id, video_id)

Check if a user likes a video.

likes(user_id, params \\ %{})

Get a list of videos that a user likes.

picture?(user_id, picture_id)

Check if a user has a portrait.

pictures(user_id)

Get a list of this user’s portrait images.

remove_album_video(user_id, album_id, video_id)

Remove a video from an Album.

search(params \\ %{})

Search for users.

subscribe_channel(user_id, channel_id)

Subscribe to a Channel.

unfollow(user_id, follow_user_id)

Unfollow a user.

unlike(user_id, video_id)

Unlike a video.

unsubscribe_channel(user_id, channel_id)

Unsubscribe from a Channel.

update(user_id, params)

Edit a single user.

update_album(user_id, album_id, params)

Edit an Album.

update_picture(user_id, picture_id, params \\ %{})

Edit a portrait.

video?(user_id, video_id)

Check if a user owns a clip.

videos(user_id, params \\ %{})

Get a list of videos uploaded by a user.