---
title: "Check if Users Follow Playlist"
method: GET
path: "/playlists/{playlist_id}/followers/contains"
tags: ["Users", "Playlists"]
---

# Check if Users Follow Playlist

`GET /playlists/{playlist_id}/followers/contains`

Check to see if one or more Spotify users are following a specified playlist.

## Path parameters

- `playlist_id` string, required — The [Spotify ID](/documentation/web-api/#spotify-uris-and-ids) of the playlist.

## Query parameters

- `ids` string, required — A comma-separated list of [Spotify User IDs](/documentation/web-api/#spotify-uris-and-ids) ; the ids of the users that you want to check to see if they follow the playlist. Maximum: 5 ids.

## Response `200`

Array of booleans

- boolean[]

## Other responses

- `401` — Bad or expired token. This can happen if the user revoked a token or the access token has expired. You should re-authenticate the user.
- `403` — Bad OAuth request (wrong consumer key, bad nonce, expired timestamp...). Unfortunately, re-authenticating the user won't help here.
- `429` — The app has exceeded its rate limits.

---

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