Add API endpoint to list inactive team members
Currently, the Tempo Cloud REST API endpoint GET /4/teams/{teamId}/members only returns active team members. There is no parameter or alternative endpoint to list inactive members (those with a “leaving date” or previously removed from the team). ...