# If fdsn_memberships is empty, there is no point to continue.
iflen(fdsn_memberships)==0:
logging.info("User has no access to any data hosted here.")
returnResponse("This token does not grant access to any data hosted at RESIF. You are member of %s. Please contact the PI of the data you are looking for to grant you access."%tokendict['memberof'],status=200)