What is "comped"?

I am using the undocumented members API to add members from my Nextjs app. What is the comped argument sent to the endpoint?

This is the body I found in my network tab.
{ members: [{name: "Johnny", email: "jappleseed@gmail.com", note: "", subscribed: true, comped: false, labels: []}] }

Hi @jackhedaya,

“comped” means, if the member has complimentary premium plan:

1 Like

Gotcha, thank you!