Skip to content

Migrate user endpoints to /me equivalents #75

Description

@wardbox

Context

Part of the Spotify Feb 2026 API changes (#70). These user endpoints are removed:

  • GET /users/{id} ❌ → use GET /me
  • GET /users/{id}/playlists ❌ → use GET /me/playlists
  • POST /users/{user_id}/playlists ❌ → use POST /me/playlists
  • GET /markets ❌ (no replacement)

Files affected (3)

  • Spotishell/Public/Users Profile/Get-UserProfile.ps1 — can only get current user now
  • Spotishell/Public/Playlists/Get-UserPlaylists.ps1 — must use /me/playlists
  • Spotishell/Public/Playlists/New-Playlist.ps1 — must use /me/playlists instead of /users/{id}/playlists

Notes

  • Get-UserProfile loses the ability to look up other users — may need parameter changes or deprecation of the UserId parameter
  • New-Playlist currently requires a UserId; should default to current user via /me

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions