Until recently it's been possible to identify licensed, paid users via the API looking at the licensedSheetCreator
attribute.
However, with the recent changes to Resource Viewers it seems that it is possible for the API to return users who are non-billable resource viewers with licensedSheetCreator: true
.
This is leading to users being falsely identified as billable based on the API response. In the UI they are returned in the unlicensed user filter (even though their profile displays with the "Licensed user" role checked).
How do I get an accurate list of licensed, billable users from the API now?