How to tell apart Trello Deactivated Members through the REST API

Hi! We’re trying to fetch Deactivated Users through Trello’s REST API.

We’re currently using the Get the Members of an Organization to fetch users in our side, but it doesn’t seem to return that info.

Is there a way to do that with the current API? We found that the Get a Member returns the active field, but we’re not sure if that also means that the user was manually deactivated (Since users are considered inactive if they don’t log in 90 days according to some docs)

Thanks!