In the Trello API, members have a products field. This is the description from the documentation.
products
array of integers
10
- member has Trello Gold as a result of being in a Business Class team37
- member has monthly Trello Gold38
- member has annual Trello Gold
What value does this array contain if the member is a part of an enterprise? E.g. if I'm fetching the members of a organization (team) of an enterprise, will the users in this response be considered Business class users, and have 10 as a value in products array?
Enterprise users have both the value 10 in the products array, and the idEnterprise field set.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.