Skip to content

Instantly share code, notes, and snippets.

/* JS script to share all albums in Immich with another user.
* Login to Immich as admin, paste following code into Chrome DevTools console and run.
* Can be run multiple times, e.g. after adding new albums on changing user's role.
*
* Change the user login and assigned role to suit needs on the first 2 lines
*/
let login = "[email protected]"
let role = "editor" // Possible values: [editor, viewer]