Hello!
I'm developing a Power-Up which requires members to already be on a Standard plan (because of the custom fields support). Is there any way I can check if user has this plan active to provide friendly messages?
Hi Tymek,
Welcome to the community.
I believe it should be possible through a GET request via the API via t.organization: https://developer.atlassian.com/cloud/trello/power-ups/client-library/accessing-trello-data/#t-organization--
While it's not mentioned explicitly on that doc, you should be able to return 'paidStatus' which should show the subscription type.
Let me know if that helps, and if you have any further questions.
Exactly what I was looking for. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No worries! :) You can also do t.board('paidStatus') to check at the board level too.
We'll make sure we get the documentation updated to reflect this as well! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.