def uuid(self): """Generate UUID for the user basee on the the primary email.""" return uuid.uuid5(uuid.NAMESPACE_URL, "mailto:" + (self.email or self.eppn))