Member API allows only specific roles to access the _search endpoint which essentially means a regular customer (whose roles is not in the list of allowed roles) can never access the _search endpoint. So, every time a customer tries to add a member to their project's team, we get 403 error in console.
We should avoid calling this API when customer is trying to add members to the team.