Skip to main content
Contributor I
May 13, 2024
Solved

subscribe_profiles API call question

  • May 13, 2024
  • 3 replies
  • 122 views

Related to the docs here:
https://developers.klaviyo.com/en/reference/subscribe_profiles

If an existing Profile is already a member of a list, say “List A”, and we use this API call to add the same Profile to “List B” and we only specify List B, will the Profile get removed from List A?

    This topic has been closed for replies.
    Best answer by saulblum

    No, a profile can be in multiple lists.

    You can use https://developers.klaviyo.com/en/reference/delete_list_relationships to remove a profile from a list, if you wanted.

    3 replies

    saulblumAnswer
    Klaviyo Employee
    May 13, 2024

    No, a profile can be in multiple lists.

    You can use https://developers.klaviyo.com/en/reference/delete_list_relationships to remove a profile from a list, if you wanted.

    MaxTAuthor
    Contributor I
    May 13, 2024

    My end goal is to add a profile to a list and NOT cause the profile to be removed from any other list.

    Klaviyo Employee
    May 13, 2024

    Right, unless you explicitly remove the profile from List A, they will stay in List A.